/* CSS Document */


body {
	font-family:tahoma;
	color:#4e4f4f;		
	font-size:8pt;
	margin-top:0px;
	margin-top:6px
		}
		
.txtRed14 {
	color:#a21d21;
	font-size:14px;
	font-weight:bold
}

.txtRed11 {
	color:#a21d21;
	font-size:11px;
	font-weight:bold
}

.txtRed12 {
	color:#a21d21;
	font-size:12px;
	font-weight:bold
}

.txtGray14 {	
	font-size:14px;
	font-weight:bold;
	color:#1c5e72;
}


table.destaqueHome {
	background-color:#cbe1ea;
	width:245px;
	margin-left:10px;
	color:#024c62;
	
}

.carousel_container {
				width: 100%;
				height: 260px;
				margin: 0px auto;
			}

.divContentFoto {
	width:560px;
	height:304px;
	position:absolute;
	top:18px;
	left:20px;
	z-index:10;
	background-color:#b5d4e1;
	
}

.descFoto {
	width:535px;
	height:284px;
	border:1px solid white;
	margin-top:10px;
	margin-left:10px
}

p.txtFoto {
	margin-right:10px
}

img.foto {
	border:8px solid white;
}
	
input {
	border:0px;
	border-bottom:1px dotted #4e4f4f;
	color: #4e4f4f;
	font-family: tahoma;
	font-size:8pt;
}

textarea {
	border:1px dotted #4e4f4f;
	color: #4e4f4f;
	font-family: tahoma;
	font-size:8pt;
}

a { 
	color:#024c62;
	text-decoration:underline;
}  

a:hover { 
	color:#024c62;
	text-decoration:underline;
}

a.white { 
	color:#FFFFFF;
	text-decoration:underline;
}  

a.white:hover { 
	color:#FFFFFF;
	text-decoration:underline;
} 
 

.divDestaqueHome {
	width:309px;
	height:340px;
	position:absolute;
	top:0px;
	left:155px;
	z-index:10;
	background:#a21d21 ;
	
}
	 