@import url("reset.css");

body
{
	margin: 5px;
	font-family: sans-serif;
	font-size: 12px;
	text-align: center;
	color: #737373;
}

.clear
{
	clear: both;
}
.center
{
	text-align: center;
}
.left
{
	text-align: left;
}
.right
{
	text-align: right;
}
.subrayado
{
	border-bottom: 1px solid #ccc;
}
#contenedor_principal
{
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	border: 1px solid #eaeaea;
}

#cabecera
{
	background-color: #000;
}
#div_izquierda
{
	float: left;
	width: 170px;

}
#div_centro
{

	float: left;
	width: 630px;
}

#div_barra_gris
{
	background-color: #eaeaea;
	height: 20px;
}
#div_barra_gris_2
{
	height: 10px;
}
#div_barra_logo
{
	text-align: left;
	padding: 5px;
}

.block
{
	display: block;
}
#izquierda_inferior
{
	height: 170px;
}

#p_buscar
{
	margin-top: 50px;
	color: white;
}

#div_menu_contenidos
{
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	color: #f1f1f1;
}
#div_menu_contenidos img
{
	vertical-align: bottom;
}
#div_menu_contenidos a
{
	color: #737373;
	text-decoration: none;
}
#div_menu_contenidos a:hover
{
	text-decoration: underline;
}
#div_contenido_principal
{
	text-align: left;
	padding: 10px;
}

.titulo
{
	font-weight: bold;
	border-bottom: 1px solid #f1f1f1;
	color: #ffb12b;
}
.subtitulo
{
	color: #00527a;
	font-weight: bold;
	font-size: 15px;
}
.titulo_chico
{
	color: #ccc;
	font-size: 12px;
}

a {
	color: #00527a;
	text-decoration: none;

}
a:visited
{	
	color: #00527a;
}
a:hover
{
	color: black;
}
#formulario_contacto label
{
	display: block;
	width: 150px;
	float: left;

}
#formulario_contacto input
{
	display: block;
	float: left;
	width: 250px;
}
#formulario_contacto br
{
	clear: both;
}
#formulario_contacto textarea
{
	width: 250px;
	height: 100px;
}
#formulario_contacto .boton
{
	width: 100px;
}
.aviso_error
{
	font-size: 10px;
	color: #fff;
	background-color: red;
}

.div_productos
{
	padding-left: 20px;
}
#formulario_buscar
{
	padding-left: 10px;
}
#formulario_buscar .caja 
{
	border: 0px;
	width: 120px;
}
#formulario_buscar .boton
{
	border: 1px solid #ccc;
	margin-top: 2px;
}