body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(img/fondo.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-attachment:fixed;
	margin-left:50px;
	margin-right:50px;
}
p {
	text-align: justify;
	margin: 2px 0px 6px;
}
h1 {
	background-image: url('img/h1_bg.png');
	background-repeat: no-repeat;
	background-position-x:left;
	height:125px;
	line-height:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 4px;
	border-bottom-style: double;
	color: #001A00;
}
h2 {
	background-image: url('img/h2_bg.png');
	background-repeat: no-repeat;
	background-position-x:left;
	line-height:50px;
	height:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	padding-left:75px;
	border-bottom-color: #669966;
	color: #152000;
}

/*----------------------------------------------------------------------------------------------------*/

.cabecera {
	height:150px;
	background-image: url(img/fondo_avib.jpg);
	background-repeat: no-repeat;
	background-position:center;
}
.cita {
	width:75%;
	background-color: #FEFFE1;
	font-style:italic;
	border : #d1be68 solid 1px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	text-align:justify;
	padding:4px;
}

/*--------------------------------- fotos ------------------------------------------------------------*/

.fotoder {
	background-color: #C1FFC1;
	border: 1px solid #006666;
	float: right;
	/*height: 50px;*/
	/*width: 100px;*/
	margin: 3px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	text-align: center;
}
.fotoizq {
	background-color: #C1FFC1;
	border: 1px solid #006666;
	float: left;
	/*height: 50px;*/
	/*width: 100px;*/
	margin: 3px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	text-align: center;
}
.fotocen {
	margin: 3px;
	padding: 5px;
	background-color: #C1FFC1;
	border: 1px solid #006666;
	margin-right: auto;
	margin-left: auto;
	margin-top:5px;
	margin-bottom:10px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
}
.video {
	width:435px;
	margin: 3px;
	padding: 5px;
	background-color: #C1FFC1;
	border: 1px solid #006666;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
}
.tabla_video {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid rgb(82, 110, 86); 
	background: rgb(0, 0, 0) url(img/gc/peli.gif) repeat scroll 0%; 
	font-family: sans-serif; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 12px; 
	line-height: normal; 
	font-size-adjust: none; 
	font-stretch: normal; 
	color: rgb(255, 255, 255); width: 85%;
}
.caja {
	border: 1px solid rgb(83, 83, 83); 
	overflow: scroll; 
	width: 100%;
}
