@charset "utf-8";
/* CSS Document */
body {
	background-color: #F0CF5C;
	background-repeat:  repeat-x;
	margin-top: 0px;
	background-image: url(imagenes/fondo.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #0a7aac;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #E76A00;
}

a:hover {
	color: #D4020B;
}
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #F07A2F;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}
.texto11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.seccion {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	color: #DD0013;
	font-weight: normal;
}
.marcofoto {
	padding:7px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
#capascroll {
	width: 290px;
	height: 350px;
	overflow: scroll;
	overflow-x: hidden;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #cccccc;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #f7f7f7;
	scrollbar-darkshadow-color: #C4D3E3;
	scrollbar-track-color: #f7f7f7;
	scrollbar-arrow-color: #0A7AAC;
	padding: 7px;
	margin-top: 5;
	margin-right: auto;
	margin-bottom: 5;
	margin-left: auto;
	}
#capascroll1 {
	width: 400px;
	height: 160px;
	overflow: scroll;
	overflow-x: hidden;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #cccccc;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #f7f7f7;
	scrollbar-darkshadow-color: #C4D3E3;
	scrollbar-track-color: #f7f7f7;
	scrollbar-arrow-color: #0A7AAC;
	padding: 7px;
	margin-top: 5;
	margin-right: auto;
	margin-bottom: 5;
	margin-left: auto;
	}
.titulogrande {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #F07A2F;
}
.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
}
