/*
arquima.com:  Hoja de estilos
por David Moya. http://www.atrioweb.com/
Última modificación: Mar-2007

================================================*/

* {
	margin:0px;
	padding:0px;
}

body, textarea, input, h1,h2,h3,h4, p, a, li {
	font:11px Arial, helvetica, sans-serif ;
	line-height: 1.2em;
	color:#bebebe;
}

img {border:none;}

a{text-decoration:none;}

a:hover{color:#F9B000;}

/*LAYOUT
--------------------------------------------------------------*/
body {
	background-color: #000;
}

#container{
	width:100%;
	background-color: #000;
}

#header{
	position:relative;
	height: 80px;
	width:750px;
	margin:30px auto 0;
	background-color: #262929;
}

#content{
	width:750px;
	margin: 0 auto;
}


#main {
	float:left;
	width:750px;
	background-color: #262929;
}


#footer {
	clear:both;
	width:750px;
	margin: 0 auto;
	background-color:#262929;
	border-top:3px solid #000;
	

}


/*HEADER
-------------------------------------------------*/

#header #logo{
	position:absolute;
	top:20px;
	left:20px;
	width:710px;
	height:40px;
	background: url(/img/logo.gif) 0 0 no-repeat;
}

#header #logo a{
	display:block;
	width:710px;
	height:40px;
	text-indent:-9999px;
	color:#000;
}

/*MAIN 
-------------------------------------------------*/

#main h2 {
	border-top:1px solid #3F3E3C;
	background: #262929;
	
}

#main p strong{
	color:#fff;
	font-weight:normal;
}


#main h2 a{
	display:block;
	width:750px;
	font-size:9px;
	text-transform: uppercase;
	background: url(/img/flechaab.gif) 728px 3px no-repeat;
}

#main h2 a:hover{
	background: #121414 url(/img/flechaab_on.gif) 728px 3px no-repeat;
}

#main h2 a span{
	display:block;
	padding:2px 20px;
}

#main .main_bloque{
	display:block;
	width:750px;
	height:227px;
	background-color: #444545;/*4C4E4E*/
	position:relative;
}

#main #main_footer{
	width:750px;
	height:120px;
	border-top:1px solid #3F3E3C;
	background-color: #262929;
}

#main .bloque_foto{
	float:left;
	width:547px;
}

#main .bloque_txt{
	float:left;
	width:203px;
}


#main .bloque_txt p{
	padding:10px;
}

#main .bloque_txt a{
	text-decoration: underline;
}

#main .catalogo {
	position: absolute;
	bottom:5px;
	right:16px;

}

#main .catalogo a{
	text-decoration: none;
	text-transform: uppercase;
	background: url(/img/catal.gif) right 3px no-repeat;
	padding-right:10px;
}

#main form { 
	margin-left:10px; 
}

#main input {
color:#333;
}

#main .inputtext {
width:100px;
}

#main .boton {
padding: 0 5px;
}


/*FOOTER
-------------------------------------------------*/
#footer #xhtml{
	padding: 3px 10px;
}
#footer p {
	text-align:right;
	text-transform: uppercase;
	font-size:9px;
}

#footer p a{
	text-transform: uppercase;
	text-decoration: none;
	font-size:9px;
}

