html ,
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	background-color:#EAF2F4;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h4 ,
h5 ,
p {
	margin:0;
	padding:0;
	margin-bottom:1em;
}
h4 {
	font-size:20px;
	font-weight:bold;
	color:#666666;
}
h4.grande {
	font-size:30px;
}
#contenedor {
	width:100%;
	height:100%;
}
#cabecera {
	clear:both;
	width:100%;
	background-color:#A1BEC6;
}
#cabecera_arriba {
	clear:both;
	width:774px;
	height:34px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../imagenes/fondos/fondo_cabecera_arriba.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}
#cabecera_sombra {
	width:774px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../imagenes/fondos/fondo_cabecera.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
#cabecera .contenido {
	width:752px;
	margin-left:11px;
	background-color:#FFFFFF;
}
#menu_superior {
	margin-left:8px;
/*	margin-top:8px;*/
}
#cuerpo {
	clear:both;
	width:100%;
}
#cuerpo_sombra {
	width:774px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../imagenes/fondos/fondo_cuerpo.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
#cuerpo .contenido {
	width:752px;
	margin-left:11px;
	background-color:#FFFFFF;
	padding-bottom:15px;
	padding-top:15px;
}
#pie {
	clear:both;
	width:774px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../imagenes/fondos/fondo_cuerpo.jpg);
	background-repeat:repeat-y;
	background-position:0 0;
}
#pie .contenido {
	width:auto;
	height:15px;
	background-image:url(../imagenes/fondos/fondo_pie_abajo.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:20px;
}
#pie .contenido p {
	margin:0;
	padding:0;
	text-align:center;
	font-size:11px;
}
p.copy {
	margin:0;
	padding:0;
	text-align:center;
	font-size:11px;
}
.terminador {
	clear:both;
	height:1px;
}
.imagen_derecha {
	float:right;
	margin-left:15px;
}
.imagen_izquierda {
	float:left;
	margin-right:15px;
}
.imagen_centro {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.sin_columnas ,
.dos_columnas {
	margin-left:11px;
	margin-right:11px;
}
.dos_columnas .columna_pequenya {
	width:280px;
}
.dos_columnas .columna_grande {
	width:410px;
}
.columna_izquierda {
	float:left;
}
.columna_derecha {
	float:right;
}
#flash_intro {
	width:420px;
	height:420px;
	padding:27px;
/*	background-color:#A1BEC6;*/
/*	background-color:#FFFFFF;*/
	background-image:url(../imagenes/fondos/fondo_flash_index.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	margin:0;
}
.index_tablaFlash {
	width:100%;
	height:100%;
}
.index_celdaSuperior {
	background-color:#A1BEC6;
	width:auto;
	height:auto;
}
.index_celdaMedia {
	background-image:url(../imagenes/fondos/fondo_index.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:auto;
	height:474px;
}
.index_celdaInferior {
	width:auto;
	height:auto;
}
.index_celdaFlash {
	width:474px;
	height:474px;
}
.menu_lateral {
	background-image:url(../imagenes/fondos/fondo_menu_lateral_inf.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:11px;
}
.manu_lateral p {
	font-size:11px;
	margin-bottom:0.8em;
	margin-top:0.3em;
}
.menu_lateral .cabecera {
	background-image:url(../imagenes/fondos/fondo_menu_lateral_sup.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
.menu_lateral .cabecera .contenido_menu {
	width:230px;
	height:40px;
	background-color:#4790F6;
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
	overflow:hidden;
}
.menu_lateral .cabecera .contenido_menu.fondo_rojo {
	background-color:#E10915;
}
.menu_lateral .cabecera .contenido_menu .enlace_derecha {
	float:right;
	padding-top:17px;
	color:#FFFFFF;
}
.menu_lateral .cabecera .contenido_menu h4 {
	color:#FFFFFF;
	font-size:30px;
	margin-bottom:0;
}
.menu_lateral .cuerpo {
	background-image:url(../imagenes/fondos/fondo_menu_lateral_der.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
.menu_lateral .cuerpo .contenido_menu {
	width:260px;
	background-color:#C2D5FD;
	padding-bottom:10px;
	overflow:hidden;
}
.menu_lateral .cuerpo .contenido_menu.fondo_gris {
	background-color:#CCCCCC;
}
.menu_lateral .cuerpo .contenido_menu .enlace_derecha {
	float:right;
	padding-right:10px;
	font-weight:bold;
}
.menu_lateral .cuerpo .contenido_menu p ,
.menu_lateral .cuerpo .contenido_menu ul ,
.menu_lateral .cuerpo .contenido_menu h5 {
	padding-left:10px;
	padding-right:10px;
}
.menu_lateral .cuerpo .contenido_menu h5 {
	background-color:#9BBDFA;
	padding-top:5px;
	padding-bottom:5px;
}
.menu_lateral .cuerpo .contenido_menu h5.destacado {
	font-size:1.3em;
}
.menu_lateral .cuerpo .contenido_menu p.cuadro {
	font-weight:bold;
	background-image:url(../imagenes/sprites/menu_lateral_cuadro.jpg);
	background-repeat:no-repeat;
	background-position:10px 2px;
	padding-left:25px;
}
.menu_lateral .cuerpo .contenido_menu span.titulo_mas {
	display:block;
	cursor:pointer;
}
.menu_lateral .cuerpo .contenido_menu ul.submenu_lateral {
	list-style:none;
	margin:0;
	padding:0;
	padding-bottom:1em;
}
.menu_lateral .cuerpo .contenido_menu ul.submenu_lateral li {
	background-image:url(../imagenes/sprites/submenu_lateral_cuadro.jpg);
	background-repeat:no-repeat;
	background-position:30px 4px;
	padding-left:45px;
}
.menu_lateral .cuerpo .contenido_menu ul.submenu_lateral li a.seleccionada {
	font-weight:bold;
	text-decoration:underline;
}
.ficha_producto {
	clear:both;
	padding-top:15px;
}
.ficha_producto p.titulo {
	font-weight:bold;
	font-size:16px;
	margin-bottom:0.5em;
}
.ficha_producto p.ficha_p_pequenyo {
	font-size:0.8em;
	margin-bottom:0.3em;
}
p.ficha_p_pequenyo {
	margin-bottom:0.3em;
}
.paginador {
	clear:both;
	text-align:right;
	padding-top:10px;
	padding-right:20px;
	font-weight:bold;
}
.paginador a {
	font-weight:normal;
}
form {
	margin:0;
	padding:0;
}
form label {
	margin-bottom:5px;
	padding-left:5px;
}
form input ,
form textarea ,
form select {
	border:1px solid #4790F6;
	background-color:#C2D5FD;
	padding:3px;
	padding-left:4px;
	width:90%;
	color:#171411;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
form textarea {
	overflow:auto;
}
form input.radio ,
form input.checkbox {
	background-color:#FFFFFF;
	width:auto;
	border:none;
}
form input.input_formulario_alerta ,
form textarea.input_formulario_alerta ,
form select.input_formulario_alerta {
	border:1px solid #E10915;
	background-image:url(../imagenes/sprites/exclamacion_formulario.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
form fieldset {
	display:block;
	width:90%;
	margin-bottom:10px;
}
form fieldset label {
	margin-right:15px;
	margin-bottom:10px;
}
form fieldset input {
	margin:0;
}
form .asterisco {
}
form .asterisco_alerta {
	color:#E10915;
}
form .botones {
	width:90%;
	text-align:right;
}
form input.boton {
	width:auto;
	border:none;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	background-color:#4790F6;
	color:#FFFFFF;
	border:1px solid #171411;
	margin-left:10px;
	font-size:11px;
	font-weight:bold;
}
form table.tablaFormTresColumnas {
	width:94%;
}
form table.tablaFormTresColumnas td {
	width:33%;
}
form table.tablaFormTresColumnas input {
}
span.destacado_anyo {
	font-size:2em;
	font-weight:bold;
}
a.enlace_destacado {
	color:#4790F6;
	font-weight:bold;
	font-size:1.3em;
}
p.pie_foto {
	text-align:center;
	font-size:0.9em;
}
ul#idiomas {
	margin:0;
	padding:0;
	position:absolute;
	z-index:100;
	margin-left:692px;
	margin-top:-10px;
}
ul#idiomas li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
ul#idiomas li a {
	display:block;
	width:18px;
	height:11px;
	text-align:left;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:0 0;
	outline:none;
	margin-right:5px;
}
ul#idiomas li a.es {
	background-image:url(../imagenes/sprites/bandera-es.gif);
}
ul#idiomas li a.en {
	background-image:url(../imagenes/sprites/bandera-en.gif);
}