/*  
Theme Name: RepaMadrid
Description: CSS para web de reparaciones Madrid
Version: 1.2
Author: Patricio Vidal
Author URI: http://www.block6.cl
*/

/*************************************
 +Containers
 *************************************/

:first-child + html {
}
* {
border:medium none;
margin:0;
padding:0;
}

html {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000e1f;
	
}
body{
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: justify;
	
}
#wideheader{
	background-image:url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
	height: 310px;
	
}
#header{
	width: 900px;
	margin:0px auto;
	height: 310px;
	background-image:url(../images/fondo_header.png);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px;

	
}
.header_cl{
	float: left;
	width: 610px;
	padding: 210px 0px 0px 0px;
}
.titulo_header{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	
}
.texto_header{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #5c5b53;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.texto_header strong{
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content{
	
	background-color: #ffffff;
	width: 100%;
	padding: 10px 0px 10px 0px;
	height: auto;
}

#maincontent{
	background-image:url(../images/degra_separator.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 15px 0px 15px 0px;
	font-size: 11px;

}

#marcas_box{
	width: 224px;
	float: left;
	padding: 0px;
}
.marcas{
	width: 109px;
	float: left;
	border: 1px solid #f2f2f0;
	margin: 0px 1px 1px 0px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	
}
#servicios_box{
	width: 407px;
	float: left;
	padding: 0px;
	margin: 0px 3px 0px 3px;
}
.servicios{
	width: 200px;
	height: 66px;
	float: left;
	background-color: #f2f2f0;
	margin: 0px 2px 2px 0px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	
}
.servicios img{
	width: 56px;
	height: 56px;
	float: right;
	background-color: #ffffff;
	margin: 3px 3px 0px 0px;
	border: 2px solid #d9d7cc;

}
.servicios span{
	width: 100px;
	float: left;
	color: #5c5b53;
	text-align: left;
	font-size: 14px;

}
#contacto_box{
	
	width: 217px;
	float: left;
	padding: 0px;
	margin: 0px 3px 0px 3px;
}
.contacto_cuadro{
	background-image: url(../images/fondo_contacto.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 217px;
	height: 122px;
	float: left;
	color: #5c5b53;
	text-align: left;
	font-size: 14px;
	margin: 0px 0px 9px 0px;

}
.contacto_cuadro p{
	float: left;
	color: #5c5b53;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding: 35px 0px 0px 12px;

}
.contacto_cuadro span{
	float: left;
	color: #5c5b53;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0px 0px 45px;

}
.contacto_comunidades{
	width: 217px;
	float: left;
	color: #5c5b53;
	text-align: left;
	font-size: 14px;
	margin: 15px 0px 9px 0px;
}
.contacto_comunidades p{
	
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
	
}
.contacto_comunidades span{
	
	font-size: 18px;
	font-weight: bold;
	
	
}
#footer{
	background-image:url(../images/degra_separator.gif);
	background-position: top;
	background-repeat: no-repeat;
	clear: both;
	width: 100%;
	float: left;
	height: 54px;
	padding: 20px 0px 0px 0px;
	
}
#footercontent{

	width: 887px;
	margin: 0px auto;
	padding: 0px;
	font-size: 11px;
	text-align: center;
	color: #848fa0;
}
h1{
	width: 80%;
	float: left;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #5c5b53;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.texto{
	width: 90%;
	float: left;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: #5c5b53;
	margin: 15px 0px 7px 7px;
	padding: 0px 0px 0px 0px;
}
.servicios2{
	width: 200px;
	height: 25px;
	float: left;
	background-color: #f2f2f0;
	margin: 0px 2px 2px 0px;
	color: #000000;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	
}
