/* CSS Document */
#contenidos {
	margin: 10px;
}
#titulo {
	padding: 10px 25px;
	border: 1px solid #6D6D6D;
	color: #900202;
	font-size: 14px;
	font-weight: bold;
	background: #F8C04E;
	margin-bottom: 1px
}
#texto {
	padding: 25px;
	background: #EAEAEA;
	border: 1px solid #6D6D6D;
	text-align: justify;
	line-height: 16px;
}
#texto a{
	color: #7F7055;
	text-decoration: none;
}
#texto a:hover{
	color: #414141;
}
#texto ul{
	list-style-type: none;
	list-style-image: url(../imagenes/li.gif);
}
#volanta {
	color: #E4E4E4;
	font-size: 9px;
	text-transform: uppercase;
	background: #78787A;
	border-top: 1px solid #6A6A6D;
	border-left: 1px solid #6A6A6D;
	padding: 2px 2px 2px 5px;
}
#volanta .esquina {
	float: right;
	margin-right: -2px;
	margin-top: -3px;
}
#imagenes {
	background: #E1E1E1;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #D7D7D7;
}
#imagenes img {
	margin: 5px;
	border: 1px solid #FFFFFF;
}
#imagenes #epigrafe {
	font-size: 9px;
	padding: 3px;
	border-top: 1px dashed #EEEEEE;
	background: #D7D7D7;
}
