/* CSS Document */

 body {
 	background-color:#FFFFFF;
	margin: 0px;
 }
 
 /* formatear texto*/
 p,body,a,h1,h2,h3,h4,h5 {
 	font: 14px Georgia;
 }
 
 h1 {
	clear:both;
 	font-size: 18px;
	font-weight: bold;
	background-image: url(../../images/h1.png);
	background-repeat:no-repeat;
	background-position: 0px 4px;
	padding-left: 25px;
 }
 
 h2 {
	clear:both;
 }
 
 a {
 	color: #999966;
	font-weight:bold;
 }
 
 a:visited {
 	color: #999999;
 }
 
 .cabecera {
 	background-color:#FFFFFF;
	background-image:url(../../images/middle.png);
	background-repeat: repeat-y;
	padding-left:20px;
	padding-right: 20px;
 }
 
 .menu {
 	background-color:#FFFFFF;
	background-image:url(../../images/middle.png);
	background-repeat: repeat-y;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	text-align:left;
 }

 .contenido {
 	text-align:left;
	background-color:#FFFFFF;
	background-image:url(../../images/middle.png);
	background-repeat: repeat-y;
	padding-right: 25px;
	padding-left: 25px;
 }
 
 .contenido p img {
 	margin: 5px;	
 }
 
 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }
 
 .contenido .noborde {
 	margin:0px;
 }
 
 p {
	text-align:justify;
	padding-bottom: 20px;
	width: 750px;
 }
 
 h1 {
 	color:#006699;
 }
 
 h2 {
 	font-weight:bold;
 }
 
 .imgtop {
 	background-image:url(../../images/top.png);
	background-repeat: no-repeat;
	height: 25px;
 }
 
 .imgbottom {
 	background-image:url(../../images/bottom.png);
	background-repeat:no-repeat;
	height: 25px;
 }
 
 
 .menu a {
 	
 	font-weight:bold;
 	color: #333333;
	padding-left: 6px;
	text-align:center;
	font-size:11px;
 }
 
.menu a:hover {
	border-left: 1px solid #000000;
	padding-left: 5px;
	background-image:url(../../images/link_above.png);
	text-decoration:none;
}

.rowpow {
	background-image:url(../../images/middle.png);
	background-repeat: repeat-y;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 2px;
	text-align: right;
}
 
.parrafo1 {
	text-align:center;
	margin: 30px;
}
 
 .tablahorarios tr {
 	background-color:#EEEEEE;
  }
  
 .tablahorarios th {
 	background-color:#999966;
	color:#FFFFFF;
 }
 
 .tablahorarios td {
 	padding: 0px;
 	background-position:top right;
	background-image:url(../../images/corner01.png);
	background-repeat:no-repeat;
 }
 
 a.linkgaleria {
	opacity: 0.5;	
 }
 
 a.linkgaleria:hover {
	opacity: 1.0;
 }
 
 .tablagaleria td {
 	text-align:center;
	padding-top: 2px;
	height: 150px;
 }
 
 .tablecontrataciones td {
 	width: 100%;
 	text-align: left;
	background-color:#EEEEEE;
	margin: 10px;
	padding: 5px;
	border: 1px dotted #000000;
 }
 
 .textbottom {
 	padding-left: 25px;
 	text-align:left;
   font-size: 10px;
 }
 
 
 
