*{
	margin:0px;
	padding:0px;
}
body {
	background-color: #FFFFFF;
	margin: auto;
	font-family: Tahoma, Verdana, Trebuchet Ms;
	cursor:default;
	font-size:10px;
	color: #6A6A6A;
	background-color:#014B6E;
}
a{
	color: #6B8AA1;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
img {
	border: none;
}
p {
	text-align: justify;
}
#todo {
	margin: auto;
	background-color: #FFFFFF;
	width: 740px;
	padding:5px;
	padding-top:0px;
}
#cabecera {
	margin: 0px;
	width: 100%;
}
#logo{
	background-color:#FFFFFF;
	padding-top: 2px;
	float:left;
	width: 185px;
	height:200px;
	background-image:url(/imgs/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#menueimg{
	float:left;
	background-image:url(/imgs/bgcuadros.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
#navlist {
	position: relative;
	top:0px;
	text-align:left;
	padding-top:55px;
	padding-bottom:1px;
	padding-right:5px;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right:4px;
}
#navlist li.bgborder{
	background-image:url(/imgs/bgborder.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:6px;
}
#navlist li a{
	color:#858585;
	font-weight:bold;
	text-decoration: none;
}
#navlist li a:hover{
	color:#3794B1;
	text-decoration:underline;
}
#cuerpo {
	float: left;
	clear: both;
	width: 100%;
}
#menu { 
	display: table-cell;
	width: 185px;
	float:left;
	margin: 0px;
	padding: 0px;
}
dl.menup{
	padding:0px;
	margin-bottom:15px;
	margin-right:0px;
	margin-left:3px;
}
.menup dt{
	padding:1px;
}
.menup dd{
	background-image:url(/imgs/topo.jpg);
	background-position:left center;
	background-repeat:no-repeat;
}
.menup dd.activo{
	background-image:url(/imgs/topoactivo.jpg);
}
.menup dd a
{
	height: 19px;
	display: block;
	padding: 6px 0px 0px 18px;
	color: #014B6E;
	font-weight:bold;
	text-decoration:none;
	background-image:url(/imgs/bgmenu.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.menup dd.activo a{
	font-weight:bold;
}
.menup dd a:hover{
	text-decoration: underline;
}
#contenido {
	width: 552px;
	float:left;
}
#contenido ul {
	margin-left: 20px;
}
#col1{
	width: 322px;
	float:left;
	padding: 5px;
}
#col1 p{
	margin-bottom: 5px;
}
dl.seccion{
	width: 45%;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
.seccion dt{
	margin-bottom:2px;
}
.seccionleft{
	padding-left: 10px;
}
.seccionright{
	padding-right: 10px;
	background-image:url(/imgs/bgborder.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
#col2{
	width: 220px;
	float:left;
}
/* Caja Redondeada */
#cajaredondeada { 
	background-image:url(/imgs/img_n.jpg); 
	background-position:right; 
	background-repeat:repeat-y;
	margin-top: 5px; 
}
#cajaredondeada p{ 
	margin-bottom: 5px; 
}
div.top {
	height:9px; 
	background-image:url(/imgs/img_n.jpg);
	background-position:top; 
	background-repeat: repeat-x; 
	margin:0px;
}
div.content { 
	background-image:url(/imgs/img_n.jpg); 
	background-repeat:repeat-y; 
	padding: 10px;
	padding-top:0px;
}
div.bottom { height:9px; 
	background-image:url(/imgs/img_n.jpg); 
	background-position:bottom;
	background-repeat:repeat-x; 
	border:0;
	padding:0;
	margin:0;
}
img.esquina_sup_izq { float:left; }
img.esquina_sup_der { float:right; }
img.esquina_inf_izq { float:left; }
img.esquina_inf_der { float:right; }
/* Caja redondeada */
/* Caja gris busqueda*/
#cajabusqueda { 
	border: 0px;
	background-color: #E8E8E8;
	margin-bottom: 10px;
}
#cajabusquedaN, #cajabusquedaNO, #cajabusquedaNE, #cajabusquedaS, #cajabusquedaSO, #cajabusquedaSE { height:9px; }
#cajabusquedaNO, #cajabusquedaSO { width:8px; }
#cajabusquedaNO, #cajabusquedaSO { float:left; }
#cajabusquedaO{
	height:auto;
}
#cajabusquedaNO { background:url(/imgs/esq_no_gris.jpg) no-repeat; }
#cajabusquedaNE { background:url(/imgs/esq_ne_gris.jpg) right top no-repeat; }
#cajabusquedaSO { background:url(/imgs/esq_so_gris.jpg) right bottom no-repeat; }
#cajabusquedaSE { background:url(/imgs/esq_se_gris.jpg) right bottom no-repeat; }
#cajabusqueda p.crit{
	background-image:url(/imgs/topobusqueda.jpg);
	background-position:9px 5px;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-top:3px;
}
#cajabusqueda p.boton{
	margin-top:8px;
	text-align:right;
	margin-right: 8px;	
}
dl.promocion{
	margin-top:10px;
	margin-bottom:10px;
}
.promocion dt{
	margin-bottom:2px;
}

/* FIn caja gris */
h1{
	font-size:20px;
	color: #014B6E;
	font-weight:normal;
}
h2{
	font-size:14px;
	margin-top:0px;
	margin-bottom:8px;
	font-weight:bold;
	color: #858585;
	clear:both;
}
h3{
	font-size:12px;
	margin-top:0px;
	margin-bottom:8px;
	font-weight:bold;
	color: #858585;
}
h2.azul{
	color: #014B6E;
	margin-bottom:0px;
}
h4{
	font-size:11px;
	color: #014B6E;
	font-weight:bold;
	margin-bottom: 8px;
}
p.enlace{
	background-image:url(/imgs/topolink.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 10px;
}
p.precio{
	font-size:14px;
	font-weight:bold;
}
/* Pie */
#pie {
	margin: 0px;
	clear:both;
	width: 100%;
	background-color:#FFFFFF;	
	display:table;
}
#iso{
	float:left;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 180px;
	margin-right: 5px;
	background-image:url(/imgs/bgmenu.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	display:table;	
}
#iso p{
	clear:both;
}
#iso img{
	float:left;
	margin-right: 5px;
}
#direccion{
	width: 552px;
	float:left;
	background-color:#FFFFFF;	
	margin-top: 70px;
}
#direccion p {
	text-align: center;
}
/* Caja gris busqueda*/
#cajadireccion {
	border: 0px;
	background-color: #E8E8E8;
	margin-top: 10px;
	margin-bottom: 5px;
}
#cajadireccionN, #cajadireccionNO, #cajadireccionNE, #cajadireccionS, #cajadireccionSO, #cajadireccionSE { height:9px; }
#cajadireccionNO, #cajadireccionSO { width:8px; }
#cajadireccionNO, #cajadireccionSO { float:left; }
#cajadireccionO{
	padding:3px;
	height:auto;
	text-align:center;
}
#cajadireccionNO { background:url(/imgs/esq_no_gris.jpg) no-repeat; }
#cajadireccionNE { background:url(/imgs/esq_ne_gris.jpg) right top no-repeat; }
#cajadireccionSO { background:url(/imgs/esq_so_gris.jpg) right bottom no-repeat; }
#cajadireccionSE { background:url(/imgs/esq_se_gris.jpg) right bottom no-repeat; }ç
#sorase {
	margin: 0px;
	clear:both;
	width: 100%;
	padding-bottom: 30px;
	display:table;
	background-color:#014B6E;
}
#sorase p{
	text-align:center;
	padding-top: 5px;
	padding-bottom: 50px;
	border: none;
	color:#FFFFFF;
}
#sorase a{
	color:#FFFFFF;
	text-decoration:underline;
}
/* Estilos comunes */
.marginleft{
	margin-left: 10px;
}
.marginright{
	margin-right: 10px;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.clearleft{
	clear:left;
}
.clearright{
	clear:right;
}
.mostrar {
	display: block;
}
.ocultar {
	display: none;
}
dd.ocultar {
	display: none;
}
p.msgerror{
	margin: 5px;
	font-size:10px;
	padding: 3px;
	text-align:center;
	background-color:#F18383;
	color:#FFFFFF;
	font-weight:bold;
	border: 1px solid #BD1B1B;
}
p.msg{
	margin: 5px;
	font-size:10px;
	padding: 3px;
	text-align:center;
	background-color:#949393;
	color:#FFFFFF;
	font-weight:bold;
	border: 1px solid #6A6A6A;
}