body  {
	margin: 0; 
	padding: 0;
	background: #ffffcc;
	text-align: center;
	color: #000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

.azul {color: #101954;}
.rojo {color: #f23610;}
.naranja {color: #feb500;}
#clear {clear: both; }

/*------------------------------------------------------ CONTENEDOR ------------------------*/
#contenedor {
	width:  950px;
	margin: 0 auto;	
	padding: 0;
	text-align: left;
	background: #ffffcc;
	text-align: center;
}

/*------------------------------------------------------ CABECERA ------------------------*/
#cabecera {
	position: relative;
	top: 0px;
	height: 199px;
	margin: 0 auto;	
	padding: 0;
	color: #CC0000;
	text-align: center;
    font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;	
	font-weight: bold;
	border-right: 1px #feb500 solid;	
}

#logoizq {
	position: relative;
	float: left; 
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 274px; 
	height: 199px;
	z-index: 2;
	left: -30px;	
}

#logoder {
	position: absolute;
	float: right; 
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%; 
	height: 97px; 
	background-color: #f0f0f0; 
}

#dire {
	position: absolute;
	float: left; 
	top: 5px;
	left: 245px;
	margin: 0;
	padding: 0;
	text-align: left;
	z-index: 2;
}

#nueva {
	position: absolute;
	float: left; 
	top: 2px;
	left: 550px;
	margin: 0;
	padding: 0;
	text-align: left;
	z-index: 2;
}

a.linkopacity img  {
	filter: alpha(opacity=100);  
	-moz-opacity: 1.0;  
	opacity: 1.0;
	-khtml-opacity: 1.0;
}
 
a.linkopacity:hover img  {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}

#fecha {
	position: absolute; 
	right: 10px; 
	top: 10px;
}

#idioma {
	position: absolute;
	top: 37px;
	right: 10px; 
	margin: 0 auto;
	padding: 0px;
	float: right;
}

#menu {
	position: absolute;
	top: 97px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 33px; 
	background: url(imagen/bg_menu.gif) repeat;
	background-position: top; 
	text-align: right;
	z-index: 1;
    color: #feb500;	
	font-weight: bold;
}

.menutexto {
	position: absolute;
	right: 0;
	margin: 0;
	padding: 8px 4px;
	height: 32px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
}

.menutexto a {
	margin: 0;
	padding: 8px 4px;
	text-decoration: none;
	color: #feb500;	
}

.menutexto a:hover {
	margin: 4px 0;
	padding: 4px 3px;
	text-decoration: none;
	color: #f23610;
	border: 1px solid #f23610;
	background-color: #feb500;
}

#submenu {
	position: absolute;
	top: 130px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%; 
	height: 32px; 
	background: url(imagen/bg_submenu.gif) repeat-x; 
	background-position: top; 
	z-index: 1;
}

#useractivos {
	position: absolute;
	top: 150px;
	left: 300px;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;	
	color: #f23610;
	z-index: 1;
}

.presu {
	position: absolute;
	float: right;
	top: 140px;
	right: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;	
	color: #f23610;
	z-index: 1;
}

.presu a {
	text-decoration: none;
}

.presu a:hover {
	text-decoration: none;
}

/*------------------------------------------------------ CUERPO ------------------------*/
#cuerpo {
	position: relative;
	top: 0px;
	margin: 0;
	padding: 0;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
	border-right: 1px #feb500 solid;
	border-left: 1px #feb500 solid;
	border-bottom: 10px #feb500 solid;
}

#cuerpo_izq {
	position: relative;
	top: 0px;
	left: 10px;
	float: left;
	padding: 0;
	margin: 0;
	width: 240px;
}

#cuerpo_der {
	float: right;
	top: 0px;
	right: 0;
	width: 680px;
	margin: 0;
	padding: 0; 
}

#cuerpo_entero {
	position: relative;
	top: 0px;
	margin: 0;
	padding: 0;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
	border-right: 1px #feb500 solid;
	border-bottom: 10px #feb500 solid;
}

/*------------------------------------------------------ CUERPO IZQUIERDO ------------------------*/
#marco {
	top: 0;
	width: 240px;
   	margin: 0;
	padding: 0 0 20px 0;
    color: #feb500;	
}

#marco_cabecera {
   	margin: 0;
	padding: 0;
	width: 240px ;
	height: 32px;
    color: #feb500; 
	background: url(imagen/bg_menu.gif) repeat-x;
}

.marco_cabecera_texto {
   	margin: 0;
	padding: 8px;
    color: #feb500;	
	text-align: center;
	font-weight: bold; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px; 
}

#marco_cuerpo {
   	margin: 0;
	padding: 10px 10px 0 10px;
	background: #f8f8f9; 
/*	min-height: 200px;
    height: auto !important;
    height: 200px;*/
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}

.marco_cuerpo_texto {
   	font-weight: bold;
   	color: #666;
   	font-style: italic;  
   	font-size: 12px;
	text-align: left;
}

/*------------------------------------------------------ FOTOS MOVIMIENTOS ------------------------*/
#servi, #servi li, #insta, #insta li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#servi, #insta {
	width: 220px;
	line-height: 120%;
}

#servi li, #insta li {
	padding: 0px;
	display: none;
}

#marco_foto {
	margin: 0;
	padding: 0;
}

#marco_pie {
   	margin: 0;
	padding: 0;
	right: 0;
	height: 20px;
	background: #feb500;
	text-align: center;
}

a.marco_pie_texto:link, a.marco_pie_texto:visited  {
	line-height: 20px;
	color: #f23610;	
	text-align: center;
	font-weight: bold; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

a.marco_pie_texto:hover {
	color: #101954;
	text-decoration: none;
}

.titulo {
	color: #f23610;
	padding: 0 0 5px 0;
   	font-style: normal; 
	text-align: center;
}

.linea {
	color: #f23610; 
	background-color: #f23610; 
	height: 2px; 
	border: none;
}

.borde_coreo_ok {
	border: 1px #cccccc solid;
	color: #f23610;
}

/*------------------------------------------------------ CUERPO DERECHO ------------------------*/
.infoBoxHeading {
	font-weight: bold; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px; 
	background: #CCCCCC; 
	color: #f5361a; 
	height: 20px;
	text-align: left;
	padding: 0 10px;
}

.infoBoxContents {
	font-size: 12px; 
	background: #f8f8f9; 
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
}

/*------------------------------------------------------ FORMULARIO ------------------------*/
.formu {
	margin: 0 auto;
	padding: 0 12px;
	color: #f23610;
	background: #f8f8f9; 
	text-decoration: none;
	text-align: left;
	font: bold "Lucida Grande", "Times New Roman", Times, serif; 
	font-size: 12px; 
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
}

.input {
	padding: 3px;
	margin: 5px 10px;
	border: none;
	border: 1px #093F57 solid; 
	background: #cccccc;
	font-size: 13px;
	font-weight: bold;	
	color: #101954;
}

.buttons {
	position: relative; 
	width: 90px;
	height: 30px;
	left: 4px;
	margin: 0 auto;
	padding: 0px;
	border: 1px #f23610 solid;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	font-weight: bold;	
	color: #f23610; 
	background: #feb500;
}

/*------------------------------------------------------ TABLA TARIFAS ------------------------*/
.tabla_tarifa_texto {
	margin: 0 auto;
	padding: 10px;
	color: #666;	
	text-align: left;
	font-size: 13px;
	font-weight: bold; 
}

.tarifa_cabecera {
	height: 30px;
	margin: 0 auto;
	padding: 0px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;	
	color: #f23610; 
	background: #feb500;
}

.tarifa_texto {
	height: 40px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	font-size: 14px;
	text-align: left;
	font-weight: bold;	
	color: #101954;
}

.tarifa_precio {
	height: 40px;
	margin: 0 auto;
	padding: 0 10px 0 0;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	color: #f23610; 
	border-right: 1px #cccccc solid;
}

.tarifa_precio_sin {
	height: 40px;
	margin: 0 auto;
	padding: 0 10px 0 0;
	font-size: 14px;
	text-align: right;
	font-weight: bold;	
	color: #f23610; 	
}

.tarifa_precio1 {
	height: 40px;
	margin: 0 auto;
	padding: 0px;
	font-size: 14px;
	text-align: left;
	font-weight: bold;	
	color: #101954;
}

.tabla_nosotro_texto {
	margin: 0 auto;
	padding: 0px 10px;
	color: #666;	
	text-align: justify;
	font-size: 13px;
	font-weight: bold; 
}

.tabla_nosotro_texto1 {
	margin: 0 auto;
	padding: 0px 10px;
	color: #666;	
	text-align: left;
	font-size: 13px;
	font-weight: bold; 
}

/*------------------------------------------------------ PIE ------------------------*/
#pie { 
	clear: both; 
	margin: 0; 
	padding: 0; 
	height: 45px;	  
	background: #ffffcc;
	text-align: left;
	text-decoration: none;
	color: #101954;
    font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;	
	font-weight: bold;
	border-bottom: 10px #feb500 solid;
}

.pie_tabla {
    width: 97%;
	margin-left: 10px; 	
	padding: 0;
	text-align: left;
}

.pieinfo {
	text-align: center;
	margin: 0;
	padding: 0;
}

/*
#pie a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;	
	outline: none;
}

#pie a:hover {
	text-decoration: none; 
	font-weight: bold;	
	color: #D46B1A;	
	outline: none;
}

#pie a img { 
	text-decoration: none; 
	border: 1px #A9BAC3 solid;
	outline: none;
}

#pie a:hover img {
	text-decoration: none; 
	border: 1px #D46B1A solid;
	outline: none;
}
/*

/*
#pie {
	width:  950px;
	height: 40px;
	margin: 0 auto;	
	padding: 0;
	text-align: left;
	text-decoration: none;
	color: #101954;
    font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;	
	font-weight: bold;
}
#piecopy {
	float: left;
	left: 0;
	margin: 0;
	padding: 0;
}

#pieinfo {
	position: absolute;
	top: 0
	right: 300px;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 1px red solid;
}

#piedise {
	float: right;
	right: 0;
	margin: 0;
	padding: 0;
}*/

