
/******************** Estilos estructural del portal y estilos varios ********************/

* {
	margin: 0;
	padding: 0;
}
body {
	background: url("../images/fondo.png") repeat-x top left;
	color: #DDD;
}
body, input, select, textarea {
	font-family: arial;
	font-size: 11px;
}
img {
	border: 0;
}
a {
	color: #DDD;
	text-decoration: none;
}
li {
	list-style-type: none;
}

#cuerpo {
	width: 856px;
	margin: 0 auto;
	padding: 6px 8px 0;
	background-image: url("../images/fondo_cuerpo.png");
}
h1 {
	text-align: center;
}
h2 {
	font-weight: normal;
	font-size: 26px;
}
h3 {
	font-size: 20px;
	font-weight: normal;
}
h3.fondo {
	background: url("../images/fondo_titulo_2.png") no-repeat top left;
	width: 354px;
	height: 38px;
	padding-left: 55px;
	padding-top: 5px;
}
.center {
	text-align: center;
}
div.texto {
	padding: 0 20px 10px;
}
div.texto p {
	margin: 1em 0;
	font-weight: bold;
}
ul.robopaginas {
	float: right;
}
ul.robopaginas li {
	margin: 0 18px 38px 0;
}
ul.robopaginas li.ultimo {
	margin-bottom: 10px;
}

/******************** paginador ********************/

.paginador {
	margin-left: 10px;
	margin-top: 10px;
}
.paginador li {
	display: inline;
}
.paginador li a {
	width: 80px;
	height: 26px;
	background: url("../images/paginador_normal.png") no-repeat;
	float: left;
	font-family: verdana;
	text-align: center;
	padding-top: 15px;
}
.paginador li a:hover {
	background-image: url("../images/paginador_hover.png");
	color: #443A34;
}

/******************** formularios ********************/

form.formulario {
	width: 453px;
	margin: 20px 0 15px 20px;
	font-size: 12px;
	color: #EEE;
}
form.formulario ol {
	height: 25px;
	position: relative;
}
form.formulario li {
	background: url("../images/pestana.png") no-repeat top left;
	width: 76px;
	height: 20px;
	text-align: center;
	padding-top: 5px;
	position: absolute;
	top: 0;
}
form.formulario li.p1 {
	left: 220px;
	z-index: 3;
}
form.formulario li.p2 {
	left: 290px;
	z-index: 2;
}
form.formulario li.p3 {
	left: 360px;
	z-index: 1;
}
form.formulario li.selected {
	background-image: url("../images/pestana_selected.png");
	z-index: 10;
}
form.formulario .cuerpo {
	background: url("../images/fondo_form.png") repeat top left;
	padding: 16px;
	position: relative;
}
form.formulario .esquinas {
	background: url("../images/esquinas_form.png") no-repeat top left #000;
	height: 16px;
	width: 453px;
	position: absolute;
	top: 0;
	left: 0;
}
form.formulario .tic {
	background: url("../images/tic_label.png") no-repeat left;
	font-weight: bold;
	padding-left: 10px;
	display: block;
	margin: 4px 0;
	color: #FFF;
}
form.formulario .sombra {
	background-image: url("../images/fondo_form2.png");
	display: block;
	padding: 6px;
	margin-bottom: 10px;
}
form.formulario .sombra .resombra {
	background-color: #616264;
	padding: 4px;
}
form.formulario input,
form.formulario textarea {
	border-color: #CCC;
	border-width: 1px;
}
form.formulario .input_grande {
	width: 99.5%;
}
form.formulario .comprobacion {
	text-align: center;
	padding: 22px 0;
	background: url("../images/fondo_comprobacion.png") no-repeat center #8A8889;
	border: 2px inset #555;
	margin: 14px 0;
}
form.formulario .precio input {
	vertical-align: sub;
}
form.formulario .precio .dos_col {
	background-color: #8A8889;
	padding: 2px 5px;
}
form.formulario .precio .dos_col .iz {
	float: left;
}
form.formulario .precio .dos_col .de {
	display: block;
	text-align: right;
}
form.formulario .precio .codigo {
	text-align: right;
	padding: 8px 0;
}
form.formulario .precio .codigo label {
	float: left;
}
form.formulario .precio .codigo input {
	width: 100px;
}
form.formulario .precio .total {
	font-weight: bold;
}
form.formulario .precio .promos {
	background-color: #8A8889;
}
form.formulario .precio .promos span {
	display: block;
	background-color: #616264;
	padding: 2px 5px;
}
form.formulario .precio .promos p {
	padding: 3px 0 3px 100px;
}
form.formulario .factura {
	padding: 10px 13px;
	overflow: hidden;
	height: 1%;
}
form.formulario .factura p {
	margin: 3px 0;
}
form.formulario .factura .check {
	margin: 9px 0;
}
form.formulario .factura .check input {
	float: none;
	width: auto;
	margin-left: 60px;
	vertical-align: sub;
}
form.formulario .factura .check label {
	float: none;
}
form.formulario .factura label {
	float: left;
	width: 60px;
	margin: 3px 0;
}
form.formulario .factura input {
	float: left;
	width: 125px;
	margin: 3px 10px 3px 0;
}
form.formulario p.boton {
	padding: 15px 0;
	text-align: center;
	cursor: pointer;
}
form.formulario p.boton input {
	background: url(../images/fondo_boton2.png) repeat-x left top #09225B;
	border: 0;
	color: #FFF;
	width: 180px;
	height: 30px;
	font-size: 12px;
	cursor: pointer;
}

/******************** menu ********************/

#contenedor_menu {
	float: left;
	margin-right: 7px;
	margin-bottom: 9px;
}
#menu {
	font-size: 13px;
	width: 129px;
	background-color: #000;
	border-left: 2px solid #EEE;
	border-right: 2px solid #EEE;
}
#menu li a {
	display: block;
	width: 129px;
	height: 41px;
}
#menu li a.rappel {
	height: 89px;
}
#menu li.first {
	background: url("../images/reborde-top.png") repeat-x top left;
	padding-top: 6px;
}
#menu li.last {
	background: url("../images/reborde-bottom.png") repeat-x bottom left;
	padding-bottom: 6px;
}

#botones_opcionales {
	text-align: center;
	margin-top: 9px;
}
#botones_opcionales li {
	padding: 8px 0;
}

/******************** contenido ********************/

#contenido {
	float: left;
	width: 712px;
	min-height: 544px;
	background: url("../images/fondo_contenido.png") #000;
	border-bottom: 2px solid #EEE;
	border-left: 2px solid #EEE;
	border-right: 2px solid #EEE;
	border-top: 2px solid #EEE;
	padding-top: 6px;
	margin-bottom: 9px;
}
#contenido div.contenido {
	background-image: url("../images/fondo_contenido.png");
	min-height: 544px;
	overflow: hidden;
}

/******************** utiles ********************/

#utiles {
	background: url("../images/fondo_boton2.png") repeat-x top left #041D58;
	clear: both;
	height: 25px;
	font-size: 15px;
}
#utiles li {
	float: left;
	width: 33.1%;
	text-align: center;
	padding-top: 3px;
	height: 22px;
	border-left: 2px groove #09225B;
}
#utiles li.first {
	border-left: 0;
}
#utiles a.correo {
	background: url("../images/sobre.png") no-repeat right;
	padding-right: 25px;
	padding-bottom: 2px;
}

/******************** anuncios google ********************/

#anuncios_google {
	margin-top: 5px;
	background: url("../images/fondo_google.png") repeat-x top left;
	font-size: 11px;
	clear: both;
	height: 16px;
}
#anuncios_google li {
	float: left;
	width: 16.6%;
	text-align: center;
}
#anuncios_google li a {
	text-decoration: underline;
}

/******************** nota final ********************/

#nota_final {
	background: url("../images/fondo_pie.png") repeat-x top left;
	text-align: center;
	font-size: 9px;
	margin-top: 5px;
	color: #000;
	padding: 2px 0;
}

/******************** copyright ********************/

#copyright {
	font-size: 11px;
	overflow: hidden;
	height: 1%;
	padding: 3px 0;
}
#copyright li {
	float: left;
	text-align: center;
	width: 50%;
}

#copyright li .derecha{
	float: left;
	text-align: center;
	width: 50%;
}


