@charset "utf-8";
/* CSS Document */



div#detalle_titulo {
	float:left;
	width:100%;
	background-color:#CCCCCC;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
}

div#contenedor_detalle{
	width: 100%;
	float:left;
}


div#detalle_descripcion{
	/*width: 300px;*/
	width:35%;
	float:left;
	text-align:left;
	margin-left: 5px;
	margin-top: 5px;
}

#detalleWrapper {
	float:left;
	width:100%;
	/*background:#FFC;
	border:1px solid #CCCCC0;*/
}

div#detalle_descripcion ul{
}

div#detalle_descripcion li {
	list-style:square;
	list-style-position: inside;
}

div#detalle_galeria {
	/*float:right;*/
	float:right;
	margin-top:30px;
	text-align:right;
	/*width:700px;*/
	width:60%;
	/*height:525px;
	overflow-y:auto;
	overflow-x:hidden;
	*/
}

div#detalle_galeria img{
	padding:1px;
	border:1px solid #CCCCCC;
}
div#detalle_galeria img:hover {
	opacity:0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}


div#detalle_mapa{
	/*width: 798px;*/
	/*height: 400px;*/
	width:99%;
	margin-top:15px; 
	margin-bottom:15px;
	clear:both;
	float:left;
}


div #detalle_mapa #mapa{
	/*width: 798px; */
	width:100%;
	height:400px; 
	border:1px solid #FF9900;
	float:left;
	clear:both;
}

#contenedor_detalle h4 {
	width:100%;
	font-size:1.3em;
	font-weight:bolder;
	text-align:left;
}

#consulta{
	float:left;
	/*clear:both;*/
	width:89%;
	/*margin-bottom:15px;*/
	/*margin-top:100px; */
	/*padding-top:25px;*/
	/*font-family:"Trebuchet MS";*/
	/*font-size:1.5em;*/
	border:1px solid #FF9900;
	padding:0 0 5% 10%;
	text-align:left;
}
/*
#consulta.detalle {
	border:2px solid #E87C00;
}
*/
#consulta h4 {
	font-size:1em;
	color:#333333;
	margin-left:-10%;
}

#response{
	/*border: solid 1px #ff0000;*/
	/*padding: 10px 0px 10px 150px;*/
	/*width:650px;*/
	/*float:left;*/
	/*clear:both;*/
	/*text-align:left;*/
}

#contenedor_detalle #observaciones {
	float:left;
	/*clear:both;*/
	width:100%;
}

#contenedor_detalle #observaciones p {
	/*width:100%;*/
	/*width:1020px;*/
	position:relative;
	text-align:justify;
	padding:0px 10px 10px 10px;
	font-size:1.3em;
}


#frmConsulta label.error {
	margin-left: 15px;
	padding:5px;
	/*width:100%;*/
	width: auto;
	display: inline;
	/*font-family:"Courier New", Courier, monospace;*/
    /*font: 9px Verdana, Arial, Helvetica, sans-serif;  */
    color: #FFFFFF;
	background-color:#CC0000;
	font-weight:bolder;
	font-style:italic;  
}

#consulta div label{
	/*width:400px;*/
	display:block;
	font-size:1em;
	color:#333333;
	padding:5px 0px 5px 0px;
}

#consulta input[type="text"], #consulta textarea {
	padding-left:.5em;
	padding-top:.3em;
	background-color:#DDDDDD;
	/*font-size:1.1em;*/
	width:405px;
	height:25px;
	border:2px solid #CCCCCC;
}

#consulta textarea {
	height:70px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

#consulta input.error, #consulta textarea.error {
	/*background-color:#FFCCCC;*/
	background-color:#FBE7E7;
	/*border:1px dashed #FF0000;*/
	border:1px dotted #FF0000;
}
/*
#consulta textarea.error {
	background-color:#F99;
	border:2px dotted #FF0000;
}
*/
#btnEnviarConsulta {
	display:block;
	clear:none;
	height: 32px;
	line-height:32px;
	text-align:center;
	width:100px;
	border:none;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color: #333333;
	background-color:#FF9900;
	/*background: url('../imagenes/boton.png') no-repeat;*/
	padding-bottom:1px;
	border:1px solid #666666;
}

#btnEnviarConsulta:hover {
	background-color:#CCCCCC;
	/*background: url('../imagenes/botonseleccionado.png') top no-repeat;*/
	color:#FFFFFF;
	cursor:pointer;
}
/*
#consulta #txtConsulta{
	width:405px;
	background-color:#CCCCC0;
}
*/
/*
#consulta div{
	float:left;
	clear:both;
	padding-bottom: 5px;
}
*/
