html{
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #3c3e38;
	line-height: 20px;
	border-width: 1px;
	border-color: #FF0000;
	
}
body {
	height:100%;
	padding:0px;
	margin:0px;
}

.body{
	background-color: #3c3e38;
}

.bodyinterno{
	background-color: #E1E1E1;
	width:587px;
	height:100%;
	overflow:auto;
}

#base{
	width:770px;
	height:432px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-385px;
	margin-top:-216px;
	background-color: #FFFFFF;
	z-index: 0;
	visibility: visible;
}



#base #top{
	width:auto;
	height:auto;
	left: 0px;
	top: 0px;
	z-index: 1;
	position:absolute;
}



#base #bottom{
	width:auto;
	height:auto;
	left: 0px;
	top: 424px;
	z-index: 1;
	position:absolute;
}
#base #topi{
	width:auto;
	height:auto;
	left: 0px;
	top: 0px;
	z-index: 11;
	position:absolute;
	visibility: hidden;
}



#base #bottomi{
	width:auto;
	height:auto;
	left: 0px;
	top: 424px;
	z-index: 11;
	position:absolute;
	visibility: hidden;
}

#base #left{
	width:auto;
	height:auto;
	left: 0px;
	top: 8px;
	z-index: 1;
	position:absolute;
}
#base #right{
	width:auto;
	height:auto;
	left: 765px;
	top: 8px;
	z-index: 1;
	position:absolute;
}



#zona{
	float: right;
	width:587px;
	height:416px;
	left: 175px;
	top: 8px;
	z-index: 6;
	position:absolute;
	background-color: #E1E1E1;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B8B7B3;
	border-right-color: #B8B7B3;
	border-bottom-color: #B8B7B3;
	border-left-color: #B8B7B3;	
}


#scroll{
	margin:30px 20px 15px;

}

#separador{
	width:auto;
	height:auto;
	position:absolute;
	z-index:10;
	left:175px;
	top:8px;
	visibility: inherit;
}


#logo{
	width:auto;
	height:auto;
	position:absolute;
	z-index:1;
	left:20px;
	top:25px;
		visibility:inherit;
}

#logom1{
	width:auto;
	height:auto;
	position:absolute;
	z-index:20;
	left:677px;
	top:14px;
		visibility:inherit;
}

#direccion{
	width:auto;
	height:auto;
	position:absolute;
	z-index:17;
	left:607px;
	top:366px;
		visibility:inherit;
}

#foto{
	width:auto;
	height:auto;
	position:absolute;
	z-index:19;
	left:5px;
	top:72px;
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBB6B0;
	border-bottom-color: #BBB6B0;
	visibility:inherit;
}
#detalle1{
	width:568px;
	height:50px;
	position:absolute;
	z-index:18;
	left:25px;
	top:368px;
	background-image: url(../Images/detalle.gif);
	background-repeat: repeat;
	background-position: left top;
}


#detalle2{
	width:44px;
	height:95px;
	position:absolute;
	z-index:7;
	left:114px;
	top:226px;
	background-image: url(../Images/detalle.gif);
	background-repeat: repeat;
	background-position: left top;
	visibility:inherit;
}

#logom2{
	width:auto;
	height:auto;
	position:absolute;
	z-index:8;
	left:48px;
	top:344px;
	visibility:inherit;
}

#menu {
	position:absolute;
	z-index:9;
	left:96px;
	top:74px;
	visibility:inherit;
	text-align: right;
	width: 63px;

}



.seccion {
	width:100%;	
}

.mapa {
	border: 1px solid #BBB6B0;
	margin-top: 5px;
	margin-bottom: 5px;
}
.ubicacion {
	font-size: 10px;
	color: #3C3E38;
}

.seccion .titulo{
	padding-bottom: 5px;
	clear: both;
	font-size: 13px;
	font-weight: bold;
	color: #3C3E38;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBB6B0;
	border-right-color: #BBB6B0;
	border-bottom-color: #BBB6B0;
	border-left-color: #BBB6B0;
}

.seccion .nota {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #3C3E38;
	font-size: 10px;
}
.seccion .contenido {
	padding: 5px 0px 15px;
	width: 100%;
	clear: both;
}

form {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C3E38;
}



.row {
	clear:left;
	vertical-align: top;
	display: block;/**/
}


.name{
	width: 80px;
	float:left;
	display: block;
	font-size: 10px;
	color: #3C3E38;
	font-weight:bold;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 2px;
	border: 1px solid #BBB6B0;
}

.value{
	text-align: left;
	vertical-align: middle;/**/
	float:left;/**/
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.error {
	padding: 5px;
	color: #FFFFFF;
	font-size: 10px;
}
.readonly {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C3E38;
	padding-top: 3px;
	display: block;/*el block me continua hasta que termina*/
	float:left;/**/
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E9E9E9;
}
.input {
	background-color: #E9E9E9;
	border: 1px solid #BBB6B0;
	color: #3C3E38;
}

.input_over {
	background-color: #FFFFFF;
	border: 1px solid #BBB6B0;	
	color: #3C3E38;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C3E38;
	background-color: #E9E9E9;
	border: 1px solid #BBB6B0;
}
.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E1E1E1;
	background-color: #3C3E38;
	border: 1px solid #BBB6B0;
	/*margin-top: -1px; margin-bottom: -1px;*/
}

.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C3E38;
	font-weight:bold;
}

.btn_over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C3E38;
	font-weight:bold;
}

.readonly {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C3E38;
	padding-top: 3px;
	display: block;/*el block me continua hasta que termina*/
	float:left;/**/
	font-weight:bold;
}
p {
	margin: 0px;
	padding: 0px;
}
