
@import url("menu.css");

html, body, #general {
	height: 100%;
	min-height: 100%;
}

html > body, html > body #general { height:auto; }

body {
	background: #d5e8ed url("../img/bg.jpg") repeat-x;
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 1.5em; 
	clear:both; 
	padding:20px 0px;
	color: #a2a3a5;
}

h3 { 
	font-size: 1.3em;
	color: #3D6B9D;
}

a{ outline: none; }

a img{ border: none;  outline:none }

p {
	text-align: justify;  text-indent: 15px; 
}

#inicioimg{
	min-height: 510px;
	background: #fff url(../img/reflex.jpg) no-repeat 2px 388px;
}

#general{
	width:800px;
	background: transparent url(../img/general_bg.png) repeat-y;
	position:absolute;
	left:50%;
	margin-left:-400px;
}

#contenido{ margin: 50px; margin-bottom:150px;	}

#contenido ul li{
	list-style-image: url(../img/dot.jpg);
}

#contenido ul li ul li{
	margin-left: -15px;
}

#contenido ul li ul li{
	list-style-image: url(../img/flecha.gif);
}

#contenido a{
	color: #3E8DCF;
	text-decoration: none;
	font-weight: bold;
}

#generalisimo{
	background: transparent url(../img/hielo.png) no-repeat 59px 129px;
}

#pie{
	background: transparent url(../img/pie.png) no-repeat 25px 0px;
	text-align: center;
	width: 100%;
	height: 142px;
	position:absolute;
  	bottom:0;
	clear:both;
}
#pie div{ margin: 10px 50px 0 50px; }

#pie span{ color:white; }

#gmaps {
	text-align: center;
	-moz-border-radius: 8px;
	background: #FFFFFF;
	border: 8px solid #3D6B9D;
	width: 600px;
	height: 300px;
}

.foto {
	margin: 0px 0px 5px 10px;
}

/* Estilo para los formularios */

.formulario input{
	border: 1px solid #e0e0e0;
	background:#F2F2F2 url(../img/bg_gris_contacto.jpg) repeat-x scroll 0 0;
}
.formulario input[type="radio"] { 
border-style:none;
background: none; 
} 

.formulario textarea{
	border: 1px solid #e0e0e0;
	background: #F2F2F2 url(../img/fcasetas_bg2.jpg) repeat-x 0 -13px;
	padding: 5px;
	width: 90% !important;
}

.formulario .boton{
	border: 1px solid #c0c0c0;
	background: #f2f3f5 url("/prinum/imagenes/degra6.gif") repeat-x 0% 100%;
}

.formulario td{
	padding-bottom:5px;
	vertical-align:top;
	text-align:left;
}

#tablacontacto tr.cab td{
	background: #f7c285 url(../img/bg_cab_contacto.jpg) repeat-x;
	border: 1px solid #1A3956;
}

#tablacontacto tr.cont td{
	background: #F2F2F2 url(../img/fcasetas_bg2.jpg) repeat-x;
	border: 1px solid #e0e0e0;
}

/* Estilos para las listas de fotografías */

#fotografias h3{
	margin-left: 20px;
}

#fotos_casetas{
	background: #535353 url(../img/fcasetas_bg2.jpg) repeat-x;
	margin: 25px 0px;
}

#fotos_casetas a img, #fotografias a img{
	filter:alpha(opacity=75); -moz-opacity:.75; opacity:.75;
	vertical-align: middle;
	margin: 5px;
}

#fotos_casetas a:hover img, #fotografias a:hover img{
	filter:alpha(opacity=100); -moz-opacity:1; opacity:1;
}

