/* CSS Document */
div.top { 
	position:relative; 
	float:left; 
	height: 300px; 
	margin:0px 8px 0 9px; 
	padding:0; 
	overflow:hidden;
	width:560px;
	display:inline;
	}
div.top h2 {
	position: relative; 
	float: left; 
	width:374px; 
	color: #2e8fd7; 
	font-size: 15px; 
	margin:0 10px 10px 0; 
	padding:0;
	display:inline;
	}
div.top p{
	/*float: left; 
	display:inline;
	width:540px; 
	position: relative; */
	margin:0 10px 0 3px; 
	padding:3px 0;
	text-align:justify; 
	line-height:20px;
	color: #193c5b;
	font-size: 11px;
	font-family: tahoma;
	}
div.foto {	float:right; width:251px; margin:12px 5px 0 10px; height:268px; }

strong { font-weight:bold; font-size:12px}
div.destacados { position: relative; float:left; width: 567px; margin:20px 0 10px 9px; padding:0; overflow:hidden; display:inline; height:210px;}
div.destacados h2 {text-align:center; padding:0; margin:0; padding-top: 5px;}
div.destacados h2 a {
	color:#FFFFFF; 
	font-size: 12px; 
	font-weight: bold; 
	text-align: center; 
	width:148px; 
	margin: 0; 
	padding:0; 
	text-decoration: none;
	}
	
	
div.destacados .blanco{height: 170px; width: 100px;}
div.destacados .rojo { 
	position:relative; 
	float:left; 
	width: 181px;
	height:180px;
	margin:0 6px 0 0; 
	padding:0;
	background: url(../images/nuevo_rosa.jpg) no-repeat top center;
	}
div.destacados .verde {
	position:relative; 
	float:left; 
	width: 181px;
	height:180px;
	margin:0; 
	padding:0;
	background: url(../images/nuevo_verde.jpg) no-repeat top center;
	}

div.destacados .azul { 
	position:relative; 
	float:left; 
	width: 181px;
	height:180px;
	margin:0 6px 0 0; 
	padding:0;
	background: url(../images/nuevo_azul.jpg) no-repeat top center;
}

div.destacados p{ width: 151px; text-align:center; padding: 4px 4px 0 4px; margin:0; color: #5d5d5d;}

div.destacados .buttom_rojo{
	float:right;
	display: block;
	width: 60px;
	height: 20px;
	font-weight: bold;
	background: url(../images/info_red.jpg) no-repeat left;
	padding: 5px 0 0 16px;
	margin: 0 0 0 5px;
	text-align:right;
	cursor:pointer;
	}
div.destacados .buttom_rojo a{ color: #96387e;}

div.destacados .buttom_verde {
	float:right;
	display: block;
	width: 60px;
	height: 20px;
	font-weight: bold;
	background: url(../images/info_green.jpg) no-repeat left;
	padding: 5px 0 0 16px;
	margin: 0 0 0 5px;
	text-align:right;
	cursor:pointer;
	}
div.destacados .buttom_verde a{ color: #73aa3b;}

div.destacados .buttom_azul {
	float:right;
	display: block;
	width: 60px;
	height: 20px;
	font-weight: bold;
	background: url(../images/info_blue.jpg) no-repeat left;
	padding: 5px 0 0 16px;
	margin: 0 0 0 5px;
	text-align:right;
	cursor:pointer;
	}
div.destacados .buttom_azul a{ color: #4391ab;}