/* CSS Document */
strong { color: #855c42;}
div.bienvenido{ 
	position:relative; 
	width: 470px;
	height:330px;
	margin:10px 0 0 2px;
	padding:0;
	overflow:hidden;
	background:url(/themes/default/images/bienvenida.jpg) no-repeat top center;
}
div.bienvenido div.foto{ 
	position: relative; 
	float: left; 
	width: 467px; 
	height: 300px;
}

div#contents div.bienvenido h1 {
	position: relative; 
	float: left; 
	width:298px; 
	height: 64px; 
	margin:19px 0 0 30px;
	padding:0; 
	background: none;
	clear:none;
}
div#contents div.bienvenido p { 
	position: relative; 
	float:left; 
	width: 298px; 
	font-weight: normal;
	text-align: justify; 
	color: #333333; 
	margin:0 0 0 35px;
}

div.destacado { position: relative; float:left; width: 460px; margin:10px 5px 0 15px; padding-right:10px; }

div.destacado strong { font-size: 12px; }

div.destacado h1 {
	float:left; 
	width: 420px; 
	height: 36px; 
	margin: 8px 0 5px 3px; 
	padding:5px 0 0 5px; 
	background:url(/tehemes/default/images/h1.jpg) no-repeat top left;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
	
div.destacado .foto2{ 
	position: relative;
	float: right; 
	width: 129px;
	height:250px;
	background:url(/themes/default/images/bienvenida2.jpg) top center no-repeat;
}

div.destacado p {
	position: relative;
	float:left; 
	width: 300px;
	font-weight: normal;
	text-align: justify; 
	color: #000000;
}
	
div.destacado .buttom {
	float:right;
	display: block;
	width: 78px;
	font-weight: normal;
	color: #a29360;
	background: url(../images/mas_detalles.jpg) no-repeat bottom left;
	padding: 0 0 0 28px;
	margin: 0 29px 0 0;
	text-align:center;
	cursor:pointer;
}