/* CSS Document */

body {
	font-family:  Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: url(../img/background.jpg) repeat-x #E60000;
}

/* CODIGOS DE TEXTO GENERALES */

h1 {
	color: #F00;
	margin: 0 0 25px;
	text-transform: uppercase;
	font-size: 22px;
}

	.titulo {
		margin-bottom: 5px;
	}

h2 {
	color: #000;
	margin: 0 0 12px 0;
	text-transform: uppercase;
	font-size: 15px;
}

h5 {
	margin: 0 0 15px 40px;
	font-size: 16px;
}

h6 {
	margin: 3px 0;
}

p {
	margin: 0 0 5px 0;
	line-height: 1.5;
	margin: 0 0 20px;
	text-align: justify;
}

/* FIN CODIGO DE TEXTOS GENERALES */

#main {
	width: 940px;
	margin: auto;
	position: relative;
}

#logo {
	margin: 20px 0 30px 65px;
}

#menutop {
	color: #E1001A;
	position: absolute;
	top: 40px;
	left: 408px;
	font-size: 14px;
}
	#menutop a {
		text-decoration: none;
		color: #E1001A;
	}
	
	#menutop a:hover {
		text-decoration: underline;
		color: #FFF;
	}

	#menutop ul {
		list-style: none;
	}
	
	#menutop li {
		display: inline;
		border-left: solid 1px #E1001A;
		padding-left: 4px;
	}

#menuleft ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
	
	#menuleft li{
		margin-bottom: 10px;
	}

	#menuleft a{
		font-size: 14px;
		text-decoration: none;
		color: #FFF;
		line-height: 2.5;
		text-align: center;
		display: block;
		width: 226px;
		height: 34px;
		background: url(../img/button.png) 0 0;
	}
	
	#menuleft a:hover{
		display: block;
		width: 226px;
		height: 34px;
		background: url(../img/button.png) 0 34px;
	}

#menuintop {
	width: 798px;
	margin: auto;
}

#menuintop ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
	
	#menuintop li{
		margin-bottom: 10px;
		display: inline-block;
	}

	#menuintop a{
		font-size: 14px;
		text-decoration: none;
		color: #FFF;
		line-height: 2.5;
		text-align: center;
		display: block;
		width: 156px;
		height: 34px;
		background: url(../img/buttonsmall.png) 0 0;
	}
	
	#menuintop a:hover{
		display: block;
		background: url(../img/buttonsmall.png) 0 34px;
	}

#container {
	width: 889px;
	margin: auto;
	margin-top: 25px;
}

#c_top {
	width: 889px;
	height: 17px;
	background: url(../img/c_top.png) no-repeat;
}

#c_middle {
	width: 829px;
	background: url(../img/c_middle.png) repeat-y;
	padding: 0 30px;
}

	#c_middle2 {
		width: 854px;
		background: url(../img/c_middle.png) repeat-y;
		padding: 0 30px 0 5px;
	}
	
	#c_middle3 {
		width: 851px;
		background: url(../img/c_middle.png) repeat-y;
		padding: 0 30px 0 8px;
	}


#c_bottom {
	width: 889px;
	height: 213px;
	background: url(../img/c_bottom.png) no-repeat;
	position: relative;
}

#calidad {
	font-size: 12px;
}

	#calidad b {
		color: #F00;
	}

#ipcsign {
	position: absolute;
	bottom: 20px;
	right: 16px;
}

#menubottom {
	position: absolute;
	top: 34px;
	left: 75px;
	text-align: center;
}

	#menubottom a {
		text-decoration: none;
		color: #FFF;
	}
	
	#menubottom a:hover {
		text-decoration: underline;
	}

	#menubottom ul {
		list-style: none;
		margin: 0 0 15px 0;
		padding: 0;
	}
	
	#menubottom li {
		display: inline;
		border-left: solid 1px #E1001A;
		padding-left: 4px;
	}

#cleft {
	width: 223px;
}

#buscador {
	width: 226px;
	height: 34px;
	background: url(../img/buscador.png) no-repeat;
	color: #FFF;
	font-size: 14px;
	padding: 5px 0 0 15px;
	margin-bottom: 10px;
}

#icontec {
	text-align: center;
	font-size: 12px;
}

#cright {
	width: 573px;
	padding-left: 20px;
}

#contacto {
	margin-top: 20px;
	border-right: solid 1px #F00;
	width: 310px
}

#title_contacto {
	font-size: 15px;
	font-weight: bold;
	color: #666;
	margin: 5px 0 15px 55px;
}

#text_contacto {
	width: 211px;
	height: 40px;
	background: url(../img/back_desccontacto.jpg) no-repeat;
	font-size: 10px;
	padding-left: 55px;
	padding-right: 10px;
	padding-top: 2px;
	color: #FFF;
	margin: 5px 0 10px;
}

	#contact_text {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
	}
	
.cont_text {
	width: 192px;
	height: 25px;
	color: #999;
	margin: 5px 0 5px 55px;
}

#contacto textarea {
	width: 192px;
	height: 45px;
	color: #999;
	margin: 5px 0 5px 55px;
}

#enviar {
	width: 70px;
	height: 20px;
	color: #FFF;
	border: none;
	background: url(../img/enviar.jpg) no-repeat;
	margin: 10px 0 0 115px;
}

#ubicanos {
	color: #666;
	text-align: right;
	position: relative;
}

#ubicanos h4 {
	font-size: 15px;
	color: #666;
	text-align: right;
	margin-bottom: 20px;
}

#ubicanos p {
	margin: 10px 0 0;
	font-size: 12px;
	text-align: right;
}

#ubicanos b {
	font-weight: 400;
	color: #F00;
}

#mapa_desc {
	position: absolute;
	top: 100px;
	left: 25px;
	text-align: center;
	color: #CCC;
}

#mapsite a {
	color: #666;
}

	#mapsite li {
		margin: 5px 0 5px;
	}
	
#compensation {
	margin-left: 25px;
}
