@import "reset.css";
@import "menu.css";
@import "webs.css";
@import "pedidos.css";


/* GOOGLE */

iframe {
 width: 100% !important;
 background: none !important;
}

iframe table .t {
 background: none !important;
}

iframe body {
 background: none !important;
}

body {
 /* #fbf4ea   background: #FFF url("imgs/degradado.png") repeat-x; */ 
 background:  #FFF url(imgs/fondo-superior.gif) 50% top no-repeat;	
 
 font-family: Verdana, Helvetica;
 font-size: 12px;
 line-height: 18px;
 color: #835a51;
 text-align: center;
 
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #FFF;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #4d485f;
	border-bottom: 1px solid #4d485f;
	margin-bottom: 10px;
}

a {
	color: #524D63;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	background-color: #8D675F;
	color: #FFF;
}

TD {
	padding: 2px;

	font-size: 10px;
}

ul {
	margin: 10px 0px 10px 30px;
	text-align: left;
}

li {
	list-style: square;
}

.hidden {
 visibility: hidden;
}

.clear {
 clear: both;
}

.transparente {
	 -moz-opacity:.35; 
	 filter:alpha(opacity=35); 
	 opacity:.35;
}


#contenedor {
	position: relative;
	width: 960px;
	margin: 0px auto;

}

.tabla {
	float: left;
	padding: 3px;
	margin: 2px;
	border: 1px solid #CCC;
	height: 22px;
}

.label {
	border: 1px solid #4d485f;
	background-color: #4d485f;
	color: #FFF;
	font-weight: bold;
}


/* Diseņo */

.superior {
	position: absolute;
	top: 0px;
	left:0px;
	width: 1000px;
	height: 403px;

}



.superior-fondo {
	position: absolute;
	top: 0px;
	left:0px;
	width: 1000px;
	height: 403px;	
	background: url("imgs/fondo.png") no-repeat;
	background-position: -10px;
}


#logo {
	position: absolute;
	top: 30px; 
	left: 60px;
	width: 250px;
	height: 96px;
	
}

.fondo_banner {
	position: absolute;
	top: 145px;
	left: 358px;
	width: 570px;
	height: 150px;
	overflow: hidden;
	background: url("imgs/fondo_banner.png");
	
}

.lateral {
	position: absolute;
	top: 375px;
	left: 0px;
	width: 300px;
	text-align: justify;
}

.lateral img {
	border: 1px solid #CCC;
	padding: 1px;
}

.contenido {
	position: absolute;
	top: 337px;
	left: 310px;
	width: 700px;
	padding-right: 25px;
	background: url("imgs/linea.png") repeat-y right 10px;
	text-align: justify;
}

.login {
	position: absolute;
	left: 60px;
	top: 150px;
	width: 275px;
	height: 140px;
	font-size: 10px;
	background: url("imgs/login.png") no-repeat;
	overflow: hidden;
	text-align: center;
}

.pie {
	position: relative;
	font-size: 10px;
	color: #4d485f;
	border-top: 1px solid #4d485f;
	margin: 20px 15px;
	text-align: center;
	padding-top: 5px;
	clear: both;
}

.pedido {
	position: absolute;
	left: 815px;
	top: 25px;
	width: 115px;
	height: 40px;
	text-align: left;
}

.pedido img {
	margin-right: 10px;
	float: left;
}
		


/* Recuadros laterales */

.recuadro1 {
	float: left;
	width: 300px;
	height: 33px;
	background: url("imgs/recuadro1.png") no-repeat;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	overflow: hidden;
}

.recuadro2 {
	float: left;
	width: 260px;
	padding: 0px 20px 0px 20px;
	background: url("imgs/recuadro2.png"); 
}

.recuadro2 img {
	position: relative;
	width: 250px;
	height: 110px; 
	overflow: hidden;
	border-left: none;
	border-right: none;
	padding: 3px 0px;
}

.recuadro3 {
	float: left;
	width: 300px;
	height: 27px;
	background: url("imgs/recuadro3.png") no-repeat;
}


/* Otros */

#Tabla {
	border: 1px solid #4d485f; 
	padding: 2px;
}

#TablaTitulo {
	border: 1px solid #4d485f;
	background-color: #4d485f;
	color: #FFF;
	font-weight: bold;
}

#TablaTitulo a {
	color: #FFF;
}

.celda { 
	float: left;
	padding: 2px 3px 2px 3px;
	margin: 1px;
	text-align: left;
	border: 1px solid #4d485f;
	height: 16px;
}

.celdatitulo {
	float: left;
	padding: 2px 3px 2px 3px;
	margin: 1px;
	background-color:#4d485f;
	border: 1px solid #4d485f;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	height: 16px;
}

.fotodcha {
	float: right; 
	margin-left: 20px; 
	margin-bottom: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px;
	
}


/* Interactivo */


.recuadrocentro {
	position: relative;
	border: 1px solid #CCC;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: center;
}

.recuadroerror {
	position: relative;
	border: 1px solid #CCC;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-color: #000;
	color: #FFF;
	text-align: center;
}	

/* Validate */

label {
	background-color: none;
}

label.error { 
	margin-left: 10px;
	background: none;

}

input.error, input select.error {
	background-color: #CCC;
	padding: 2px;
	width: 150px;
}

/* Portada */

.noticia {

	margin: 5px;
	padding: 10px;
}

.fecha {
	text-align: right;
	font-style: italic;
	font-size: 10px;
	font-color: #77493F;
	margin-right: 10px;
}




/* Soft */
.cuadro {
	margin-top: 10px;
}

.cuadro h2 {
	font-size: 18px;
	font-weight: bolder;
	background: url("imgs/h2fondo.png") left top no-repeat;
	height: 24px;
	padding-left: 55px;
	padding-top: 35px;
	color: #4d485f;	
	margin-bottom: 15px;
	border-bottom: 2px solid #4d485f;
	
}




.selectores_contenedor {
	width: 450px;
	margin: 25px auto 10px auto;
}

.selectores ul {
	clear: both;
	list-style-type: none;
}

.selectores li {
	display: block;
	float: left;
	width: 139px;
	height: 22px;
	padding-top: 3px;
	overflow: hidden;
	font-weight: bold;	
	text-align: center;
	margin: 5px 5px;
}

.selectores a {
	text-decoration: none;
}

.selectores a:hover {
	color: #4d485f;
}

.select_on {
	background: url("imgs/select1.png") no-repeat;
}

.select_off {
	background: url("imgs/select0.png") no-repeat;	
}

.tarifa {
	float: right;
	width: 190px;
	text-align: right;
	border: 1px solid #CCC;
	margin: 10px 10px 0px 10px;
	padding: 10px;
	background-color: #445D91;
	color: #FFF;
}

.tarifa h3 {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #4d485f;
	margin-bottom: 5px;
}

.detalleSoft img {
	margin: 10px 20px 20px 20px;
	border: 1px solid #CCC;
	padding: 2px;
}





	