@charset "UTF-8";
/* CSS Document */


.bannerPortadaIzd{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;
	padding: 5px;
	width: 235px;
	text-align: center;
	border: 1px dotted #CCCCCC;
	height: 105px;
	float: left;
	margin-bottom: 10px;
	background-color: #FFF;
}

.bannerPortadaDer{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;
	padding: 5px;
	width: 235px;
	text-align: center;
	border: 1px dotted #CCCCCC;
	height: 100px;
	margin-bottom: 10px;
	background-color: #FFF;
	float: right;
	height: 105px;
}

.banner200 {
	border: thin dotted #999999;
	text-decoration: none;
	padding: 0px;
	height: 100px;
	float: left;
	width: 200px;
	display: inline;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.banner200Derecha {
	border: thin dotted #999999;
	text-decoration: none;
	padding: 0px;
	height: 100px;
	float: right;
	width: 200px;
	display: inline;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.banner280 {
	border: thin dotted #999999;
	text-decoration: none;
	padding: 0px;
	height: auto;
	float: left;
	width: auto;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 0px;
}

