/* CSS Document */

@import url("cabecera.css");
@import url("lightbox.css");
@import url("catalogo.css");
@import url("contacto.css");

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

body {
	background: #111 url(../images/bg_body.jpg) repeat-x left top;
}

#contenedor {
	width:100%;
	float:left;
	min-height:450px;
	height:auto !important;
	height:450px;
	padding:0 0 15px 0;
	background:#221E1F url(../images/bg_contenedor.jpg) repeat-x center bottom;
	border-top:1px solid #333;
	border-bottom:1px solid #333;	
}

hr {
	display:none;
}

#contenido {
	width:775px;
	min-height:399px;
	height:auto !important;
	height:399px;
	margin:0 auto;
	display:table;
	clear:both;
}


#contenido #migas_pan {
	float:left;
	clear:both;
	width:100%;
	padding:5px 0;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	text-transform:lowercase;
}

#contenido #migas_pan a {
	color:#666;
	text-decoration:none;
}

#contenido #migas_pan a:hover {
	text-decoration:underline;
}

#contenido h3, #contenido h4 {
	float:left;
	width:100%;
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size:13px;
	color:#F85900;
	margin:20px 0;
	font-weight:normal;
}

#contenido h5{
	float:left;
	width:100%;
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size:11px;
	color:#F85900;
	margin:0 0 10px 0;
	font-weight:normal;
}

#contenido p{
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size:11px;
	color:#999;
	text-align:justify;
}

#contenido p strong{
	color:#CCC;
	font-weight:normal;
	font-size:13px;	
}

#contenido p a{
	color:#F85900;
	text-decoration:underline;
}

#contenido p a:hover{
	text-decoration:none;
}

#contenido #datos_empresa {
	float:right;
	width:200px;
	margin:-50px 0 20px 20px;
	border-left:1px solid #333;
	padding:0 0 0 20px;
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size:11px;
	color:#999;	
}

#contenido #datos_empresa img {
	border:0;
}

#contenido #datos_empresa a{
	margin:0 10px 0 0;
	border:2px solid #221E1F;
	display:block;
	float:left;
}

#contenido #datos_empresa a:hover{
	border:2px solid #FFF;
}


/********************************************  PORTADA **********************************************************/
#contenido #fotos_portada {
	float:right;
	width:483px;
	height:366px;
	background:url(../images/bg_foto_portada.jpg) no-repeat left top;
}

#contenido #texto_portada {
	float:left;
	width:292px;
	height:366px;
	background: url(../images/bg_foto_portada_izq.jpg) no-repeat right top;	
}

#contenido #texto_portada h3{
	display:none;
}

#contenido #texto_portada p{
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size:13px;
	color:#CCC;
	width:215px;
	padding:0 0 0 17px;	
	text-align:right;
	line-height:20px;
	margin:106px 0 0 0;
}

#contenido #texto_portada p strong{
	font-size:19px;
	color:#EEE;	
}

#contenido #foto_empresa {
	margin:10px 0 0 0;
}

/* ROTADOR DE IMÁGENES***********************************************************************/


#rotator {
	overflow: hidden;
	clear:both;
	position: relative;
	width:483px;
	height:366px;
	list-style:none;
	cursor:auto;
}

#rotator img {
	width:483px;
	height:366px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	/*background:url(../images/bg_rotador.gif) no-repeat center center;	*/
}


/* PIE DE PÁGINA ***********************************************************************/

#pie {
	width:725px;
	clear:both;
	height:75px;
	padding:25px 0 0 60px;
	margin:0 auto;
	color:#666;
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size:9px;
	text-align:left;
	background:url(../images/bg_pie.jpg) no-repeat left center;
}

#pie strong {
	color:#CCC;
	font-weight:normal;
}

#pie a {
	color:#666;
	text-decoration:none;
}

#pie a:hover {
	text-decoration:underline;
}
