@charset "utf-8";
/* CSS Document */
body{
	margin:0px 0px 0px 0px;
}
.clear{
	clear:both;
}

#contenido{
	width:920px;
	margin:auto;
	border:1px dashed #f1f1f1;
}

#bodysite{
	width:920px;
	/*height:800px;*/
}

#menu{
	width:920px;
	height:350px;
	
}

#bodyder{
	width:238px;
	float:left;
	padding:20px 0px 0px 8px;
	/*border:1px dashed #009900;*/
}
#bodyizq{
	width:634px;
	float:left;
	padding:20px 5px 25px 35px;
	/*border:1px dashed #009900;*/
}
#bodmapa{
	width:400px;
	margin:auto;
	padding:0px 25px 25px 25px;
	/*border:1px dashed #009900;*/
}
#foot{
	width:920px;
	margin:auto;
	margin-top:20px;
	height:20px;
	/*border:1px dashed #009900;*/
}


/****************************************************************************************************/

#dir{ font-family:Arial; font-size:11px; color:#999999; }

#dirtit{ font-family:Arial; font-size:11px; color:#999999; font-weight:bold; }

.titweb{ font-family:Arial; font-size:28px; color:#F7931E; font-weight:bold; }

.stitweb{ font-family:Arial; font-size:20px; color:#F7931E; }

.desweb{ font-family:Arial; font-size:12px; color:#333333; }

.stitpro{ font-family:Arial; font-size:18px; color:#333333; }

.stitpro1{ font-family:Arial; font-size:16px; color:#F7931E; font-weight:bold;}

.desfoot{ font-family:Arial; font-size:10px; color:#333333; }

.destabla{ font-family:Arial; font-size:9px; color:#333333; }

.titpre{ font-family:Arial; font-size:13px; color:#F7931E; }

/****************************************************************************************************/


a.x:link { font-family:Arial; color: #666666; text-decoration: none; font-size:11px}
a.x:visited { font-family: Arial; color: #666666; text-decoration: none; font-size:11px}
a.x:hover { font-family: Arial; color: #F7931E; font-size:11px}
a.x:active { font-family: Arial; color: #666666; text-decoration: none; font-size:11px}

a.e:link { font-family:Arial; color: #666666; text-decoration: none; font-size:12px; font-weight:bold}
a.e:visited { font-family: Arial; color: #666666; text-decoration: none; font-size:12px; font-weight:bold}
a.e:hover { font-family: Arial; color: #F7931E; font-size:12px; font-weight:bold;}
a.e:active { font-family: Arial; color: #666666; text-decoration: none; font-size:12px; font-weight:bold}

a.p:link { font-family:Arial; color: #F7931E; text-decoration: none; font-size:12px}
a.p:visited { font-family: Arial; color: #F7931E; text-decoration: none; font-size:12px}
a.p:hover { font-family: Arial; color: #F7931E; text-decoration:underline; font-size:12px}
a.p:active { font-family: Arial; color: #F7931E; text-decoration: none; font-size:12px}


/****************************************************************************************************/
#form1 input{
	border:none;
	background:#FCD4A5;
	width:345px;
}

#form1 textarea{
	border:none;
	background:#FCD4A5;
}

/*NOMBRE DE ELEMENTO #=ID .= CLASS EN ESTE CASO ID btn_enviar*/
input#btn_enviar{
	width:58px;
	height:24px;
	background:url(images/btn_enviar.jpg);
}

input#btn_borrar{
	width:58px;
	height:24px;
	background:url(images/btn_borrar.jpg);
}

