body {
	margin: 10px; /*background-image: url(../images/fondo.gif);*/
	cursor: default;
	/*background-color: #dcd9c2;*/
	background-color: #c8ccc6;
}
#container{
	width: 815px;
	margin: 0px auto;
	overflow: hidden;
	height:100%;
	background-color: transparent;
}
#container2{
	width: 500px;
	margin: 10px auto;
	overflow: hidden;
	height:100%;
	background-color: transparent;
}
.gigante{
	font-size:40px;
	letter-spacing:5px;
	padding-left:15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#888888;
	height:100%;
}
form{
	margin: 0px;
	padding: 0px;
}
#borde1{
	width: 815px;
	height: 21px;
	padding: 0;
	margin: 0;
	background-color: transparent;
	background-image: url(../images/fondo_01.png);
	background-repeat: no-repeat;
}
*html #borde1{
	/*margin-bottom: -1px;*/
}
#borde2{
	width: 21px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/fondo_02.png);
	background-repeat: repeat-y;
}

#borde3{
	width: 23px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/fondo_09.png);
	background-repeat: repeat-y;
}

#borde4{
	width:815px;
    margin: 0;
	padding: 0;
	margin-bottom: 10px;
	background-color: transparent;
}
#barra{
   width: 12px;
	background-image: url(../images/barra.png);
	background-repeat: repeat-y;
}
#marco_sup{
	background-image: url(../images/fondo_06.png);
	background-repeat: repeat-x;
}
#marco_l{
	background-image: url(../images/fondo_10.png);
	background-repeat: repeat-y;
}
#marco_d{
	background-image: url(../images/fondo_12.png);
	background-repeat: repeat-y;
}
#marco_inf{
	background-image: url(../images/fondo_19.png);
	background-repeat: repeat-x;
}
.separador{
	height: 20px;
}
#maestra{
	background-color: #e8eadf;
	font-size:6px;
	line-height:5px;
}
#contenido {
	padding:15px;
	min-height: 500px;
	height: expression(this.scrollHeight > 500 ? "auto":"500px");
	color: #707670;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
}

#contenido p{
	padding:0px;
	margin:0px;
}
#contenido a{
	color:#999;
	text-decoration:none;
}
#contenido a:hover{
	color: #69C;
}
#contenido .link_titulo {
	color: #707670;
	text-decoration:none;
}
#contenido .link_titulo:hover{
	color: #8DA590;
	text-decoration: none;
}
.datos_video{
	line-height:15px;
	color:#FFF;
	margin:0;
	padding:8px 5px 8px 10px;
}
.footer{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffefda;
	letter-spacing:4px;
	padding:0px 30px 10px 10px;
}
.footer a{
  text-decoration:none;
  color:#ffefda;
}
.footer a:hover{
  color:#ffffff;
}
H1 {
	color: #848480;
	font-size: 24px;
	line-height: normal;
	padding-left: 35px;
	padding-right:30px;
	margin-top:0px;
	background-image: url(../images/S.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
h2{
	color: #848480;
	font-size: 24px;
	line-height: normal;
	padding-left: 35px;
	padding-right:30px;
	margin-top:0px;
	background-image: url(../images/T.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.quienes{	
	background-image: url(../images/Q.png);	
	margin-bottom:10px;
}
.contacto{
	padding-left: 35px;
	background-image: url(../images/C.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight:normal;
}

h3{
	padding: 0px;
	margin-bottom:10px;
}
.regla{
	height:1px;
	width:305px;
	border-bottom:dotted #999 1px; 
	margin-top:8px;
}
#contacto_div a{
	color:#707670;
}
#obrasB1{
	width: 538px;
	height: 17px;
}
#obrasB2{
	width: 17px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/H2.gif);
	background-repeat: repeat-y;
}
#obrasB3{
	width: 19px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/H3.gif);
	background-repeat: repeat-y;
}
#obrasB4{
	width: 538px;
	height: 21px;
	background-image: url(../images/fondoObras_04.gif);
	background-repeat: no-repeat;
}
.transparente{
    background-color:transparent;
}

.respuesta{
	padding: 25px;
	color: #555;
	background-color: #9AC2C9;
	text-align: center;
	min-height: 150px;
	height: expression(this.scrollHeight > 150 ? "auto":"150px");
}

.floatLeft{
	float: left;
	margin-right:5px;
	margin-top:7px;
	text-align:center;
}
.imgLeft{
	float: left;
	clear:left;
	margin-right:5px;
}
.clear{
	margin-right:5px;
	margin-top:7px;
	/*clear:both;*/
}
.floatRight{
	float: right;
}
