/*------------------------------ Estilos Basicos ------------------------------*/

*{
	font-family: Verdana;
	text-decoration: none;
}

body{
	background: #867473;
	padding-top: 10px;
}

h1{ 
	font-style: italic; 
	font-size:  16px;
	color: #381414;
	margin-bottom: 15px;
	font-family: Verdana;
}

h2{
	font-size:  16px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #605f5d;
}

h3{
	font-size:  14px;
	font-weight: normal;
	margin-bottom: 0px;
	color: #605f5d;
}

h3.reloj{
	font-size: 12px;
	color: #442323;
	font-weight: bold;
	margin-bottom: 15px;
}

li{
	overflow: hidden;
}

a{
	color: #541111;
}

p{
	font-size: 12px;
	color: #2c2c2c;
	line-height: 18px;
	padding-bottom: 10px;
	text-align: justify;
}

strong{
	color: #541111;
	font-weight: 300;
}

#wrapper{
	width: 950px;
	margin: 0px auto;
	background-color: #f1f1f1;
}

/*------------------------------ Estilos Generales ------------------------------*/

#header #head_title{
	background: black;
	text-align: center;
}

#header ul.menu{
	text-align: center;
	margin: 13px 0px;
}

#header ul.menu li{
	display: inline;
	font-size: 12px;
	text-transform: uppercase;
	margin: 15px 10px;
}

#header ul.menu a li{
	font-family: Helvetica;
	font-weight: 100;
	color: #625555;
}

.home_cont{
	text-align: center;
}

.home_cont p{
	text-align: center;
}

#main_web{
	width: 700px;
	margin: 0px auto;
	overflow: hidden;
}

#txt_content{
	float: right;
	width: 500px;
}

#txt_reloj{
	float: right;
	width: 550px;
}

#sel_cate{
	text-align: center;
}

#sel_cate .cate_sobremesa{
	margin-right: 25px;
}

#main_web ul.relojes{
	margin-top: 10px;
}

#main_web ul.relojes li{
	height: 126px;
	width: 210px;
	float: left;
	background: #e3e3e3;
	padding: 7px;
	margin: 3px;
}

#main_web ul.relojes li img{
	float: left;
	margin-right: 7px;
}

#main_web ul.relojes li h2{
	color: #381414;
	font-size: 10px;
	font-weight: 100;
	margin-bottom: 5px;
}

#main_web ul.relojes li p{
	font-size: 10px;
}

img.mini_gal{
	margin: 3px 5px  0px 0px;
}
/*------------------------------ Footer ------------------------------*/

#footer{
	background: black;
	text-align: center;
}

#footer p{
	margin: 15px 0px;
	padding: 15px 0px;
	text-align: center;
	color: #9c9c9c;
	font-size: 10px;
}

#footer a{
	color: white;
}
