body{
   background-image: url(imagenes/bg_grad3.gif);
	background-repeat: repeat-x;
	background-position: top;	
	background-color: #ececec;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align:center;	
}

#page{
width: 798px;
height: 100%;
margin: 10 auto;
padding: 10px;
}

#logo{
   margin: 0;	
	width: 232px;
	height:133px;
	background-image: url(imagenes/logo_ovg.gif);	
	background-repeat: no-repeat;
}

#contacts{
	 margin: 10px 0px 0px 0px;
	 width: 232px;
	 height: 110px;
}

#menu{
   margin: 0px 0px 0px 0px;	
	width: 232px;
	height: 150px;	
	background-color: #FFF;
	padding: 0px;	
}

#menufooter{
	margin: 0;	
	width: 232px;
	height:18px;
	background-image: url(imagenes/footer_menu.gif);	
	background-repeat: no-repeat;
}

#header{
	margin: 0 auto;	
	width: 536px;
	height:133px;
	background-image: url(imagenes/header.gif);	
	background-repeat: no-repeat;
	text-align: center;
	background-color: #fff;
}

#fotoheader{
	padding-top: 8px;
}

#content{
	margin: 0;	
	width: 536px;
	height:100%;	
	background-color: #FFF;
		
}

#contentfooter{
	margin: 0;	
	width: 536px;
	height: 60px;
	background-image: url(imagenes/footer_content.gif);
	background-repeat: no-repeat;
	color:#ff2000;
	font-size: 10px;
	padding-top: 10px;	
	text-align: center;
}

#contenidos{
	padding: 5px 8px 10px 8px;
	letter-spacing: 1px;
	text-align: justify;	
}

#contenidoscent{
	padding: 5px 8px 10px 8px;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 auto;	
}

p{
	padding: 0px 5% 0px 5%;
}

p a{
	text-decoration: none;
	border-bottom: 1px dashed #FF2000;
	color:#FF2000;
}

p a:hover{
	text-decoration: none;
	border-bottom: 1px dashed #000;
	color:#000;
}

h1{
	color: #ff2000;
	font-size: 18px;
	text-align: center;
}

#navcontainer {
font-size: 16px;
font-weight: bold;
padding: 5px 0px 0px 8px;
}

#navlist{
	padding-top: 0px;
}

#navcontainer ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a {
display: block;
padding: 3px;
width: 200px;
}

#navcontainer a:link, #navlist a:visited{
color: #777777;
text-decoration: none;
}



#navcontainer a:hover {
color: #FF2000;
}

ul#navlist li#active a{
color: #FF2000;
}

.tablas1 th{
	width: 50%;
}

.tablas1 th.cabeceras{
	color:#8EBC2D;
	width: 30%;
}

.centrar{
	text-align: center;
	margin: 0 auto;
}


ol#listado{
list-style-type: square;
color: #505050;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-align: left;
line-height: 200%;
}

ul#descrip li{
list-style-type: square;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
text-align: left;
line-height: 125%;
}

ul#descrip2 li{
list-style-type: upper-roman;
text-decoration: none;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-align: left;
line-height: 150%;
}

/*formulario*/
.textoform {	
color: #666;	
background-color: #FFF;	
border: 1px solid #CCC;	
width: 200px;
}
.textoarea {	
color: #666;	
background-color: #FFF;	
border: 1px solid #CCC;	
width: 300px;
overflow: auto;
scrollbar-face-color: #CCC;
scrollbar-arrow-color: #E3E3E3;
scrollbar-highlight-color: #CCC;
scrollbar-3dlight-color: #CCC;
scrollbar-shadow-color: #CCC;
scrollbar-darkshadow-color: #CCC;
scrollbar-track-color: #E3E3E3; 

}

.boton {	
color: #666;	
background-color: #FFF;	
border: 1px solid #CCC;
font-size: 11px;	padding: 4px;
margin-top: 10px;
float: right;
}

form p {	
clear: left;	
margin: 0;	
padding: 0;	
padding-top: 5px;
}
form p label {	
float: left;
width: 80px;	
color: #FF2000;
text-align: right;
}

fieldset {
width: 389px;
border: 1px solid #FFF;
}
legend {	
color: Gray;	
background-color: #FFFFFF;
margin-left: 20%;
}

/* fin del formulario*/

/* galeria*/
#galeria{
	margin: 0 auto;
	padding-left: 20px;
	width: 495px;	
	display: block;
}

.thumbnail{ 
  	float: left;	
	width:145px;
   height:113px;
	margin: 0px 8px 8px 0px;	
}

.thumbnail a {
 display: block;
 width:145px;
 height:113px;
 padding: 10px 0px 0px 10px;	
 background-image: url(imagenes/thumb_off.gif);
 background-repeat: no-repeat; 
}

.thumbnail a:hover{
   display: block;	
   background-image: url(imagenes/thumb_over.gif);
   background-repeat: no-repeat;
}

.thumbnail img{
   border: 0px;
}
/* fin de galeria*/



