/* CSS Document */
body{
	background-color:#999999;
	background-image:url(color.png);
	background-repeat:no-repeat;
	background-position: top;
}

a img{
	border: none;
}

#contenedor{
	position:relative;
	width:1024px;
	margin:auto;
	margin-top:5px;
	height: 775px;
	background-color:#EAEAEA;
	border: 3px;
	border-color: #666666;
}
#titulo{
	width:1020px;
	border-bottom:10px solid;
	position:absolute;
	left:1px;
	border-bottom-color: #4171D3;
	top: 2px;
	background-color: #FFFFFF;
	border-top: 10px;
	border-top-color: #666666;
	
}

#logo{
	position:absolute;
	width:181px;
	margin-left:0px;
	margin-right:auto;
	margin-top:5px;
	height: 131px;
	left: 0px;
}
#cabecera{
	overflow:hidden;
	position:absolute;
	width:626px;
	height: 138px;
	left: 208px;
	top: 7px;
	background-color: #FFFFFF;
}
#catalogos{
	overflow:hidden;
	position:absolute;
	width:191px;
	right:1px;
	top: 149px;
	height: 615px;
	clear:right;
}
#contenido{width:190px;

}
#menu {
	position:absolute;
	width:170px;
	float:left;
	top: 150px;
	height: 421px;
	vertical-align:middle;
}
#menu ul{
	margin:0px;
	padding:1px 0 0 0;
	list-style:none;
	text-align:center;
	font-weight:bold;
	border-color: #000099;
	height: 159px;
	z-index: 3;
	position: absolute;
	left: 8px;
	top: 8px;
	vertical-align:middle;

}

#menu li a{
	padding:0;
	text-align:center;
	text-decoration:none;
	color:#000000;
	border-color: #000099;
	height: 34px;
	border-bottom: 2px;
	border-bottom-color: #000099;
	border-left: 2px;
	border-right: 2px;
	border-top: 2px;
	border-left-color: #000099;
	border-right-color: #000099;
	border-top-color: #000099;
	vertical-align: middle;

}

#cuerpo{
	position:absolute;
	width:651px;
	left: 184px;
	top: 150px;
}
	#anuncios{
	position:absolute;
	overflow:hidden;
	width:19%;
	float:left;
	left: 830px;
	top: 161px;
}


#columna-izq {
	position:absolute;
	left:18px;
	top:75px;
	width:193px;
	height:506px;
	border:2px solid #0000FF;
	border-style: groove;
	background:#FFFFFF;
	
	}
#columna-dcha {
	position:absolute;
	width: 193px;
	height: 506px;
	top: 75px;
	left: 426px;
	border:2px solid #0000FF;
	border-style: groove;
	background:#FFFFFF;
	

}
#columna-centro {
	position:absolute;
	width: 193px;
	height: 506px;
	top: 75px;
	left: 222px;
	border:2px solid #0000FF;
	border-style: groove;
	background:#FFFFFF;
	
}
#texto {
	position:absolute;
	left:8px;
	top:42px;
	width:638px;
	height:548px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	background-color: #F8F8F8;
	}
#menu general {
position:absolute;
top: 148px;
	height: 422px;
	width: 2.2em;
	z-index:1;
}
#direccion{
	position: absolute; 
	left: 2px; 
	top: 572px; 
	width: 179px; 
	height: 193px;
	
}
.Estilo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

#Layer1 {
	position:absolute;
	left:450px;
	top:1050px;
	width:70px;
	height:24px;
	z-index:1;
}
.Estilo12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align:left;
	text-decoration: none;
	color: #444455;
}
.Estilo13 {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding: 3px;
	color: #444455;
	font-weight:100;
} 
#Layer10 {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 640px; 
	height: 13px; 
	background:#CCCCCC;
}
.Estilo14 {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding: 0px;
	color: #444455;
	font-weight:100;
	margin: 0;
} 
.Estilo15 {font-family:Arial, Helvetica, sans-serif; text-align:center; padding: 0px; color: #444455; font-size: 13px;}


#catalogs {
	padding: 10px;
	background: #fff;
}

#catalogs h2{
	clear: left;
	padding-top: 30px;
	padding-bottom:5px;
	border-bottom: 1px solid #ccc;
}

#catalogs img{
	float:left;
	
}

#catalogs a{
	display: block;
	text-decoration: none;
	margin-left: 160px;
}

#catalogs a img{
	float:none;
}

#pie{
	background: #fff;
	padding:10px;
	text-align:center;
	border-top: 1px solid #ccc;
}

.clearfix {
	clear:both;
}


