@charset "UTF-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	background-color: #1D1414;
	background-image: url(imgs/medio.jpg);
	background-repeat: repeat-x;
	}
	
		
		
h1{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F00;
	text-align: left;
	letter-spacing: normal;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
}
		
#CONTENEDOR {
	margin: 0 auto;
	position: relative;
	width: 950px;
	height: 640px;
	}
	
#linkcorreo{
	position:absolute;
	left:10px;
	top:460px;
	width:120px;
	z-index:20;
	}

#top {
	float: left;
	height: 25px;
	width: 950px;
	background-color: #000000;
	background-image: url(imgs/top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#bottom {
	height: 33px;
	width: 950px;
	background-color: #000000;
	background-image: url(imgs/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#CENTRAL{
	height: 582px;
	width: 950px;
	padding-top: 25px;
	padding-left: 0px;
}

#banner1{
	height: 108px;
	width: 307px;
	position: absolute;
	background-image: url(imgs/logo.jpg);
	background-repeat: no-repeat;
	top: 25px;
}

#banner2{
	height: 40px;
	width: 531px;
	position:absolute;
	right: 0px;
	top: 92px;
}

#fondoBottom {
	height: 160px;
	widht: 950px;
	background-image: url(imgs/bottomFONDO.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 422px;

}

#MEDIO{
	z-index: 2;
	position:absolute;
	width: 950px;
	height: 474px;
	top:133px;
}

#flashbanner{
	top: 133px;
	width: 950px;
	height: 130px;
	background-color:#999;
}

#servicios{
	width: 205px;
	height: 190px;
	background-color:#999;
	float:left;
	top:0px;
}

#servicios1 {
	width: 205px;
	height: 38px;
	background-color:#999;
	float:left;
	
}

#servicios2 {
	width: 205px;
	height: 28px;
	background-color:#999;
	float:left;
}


#servicios3 {
	width: 205px;
	height: 44px;
	background-color:#999;
	float:left;
}

#servicios4 {
	width: 205px;
	height: 44px;
	background-color:#999;
	float:left;
}

#servicios5 {
	width: 205px;
	height: 36px;
	background-color:#999;
	float:left;
}




#CONTENIDO{
	width: 565px;
	height: 260px;
	float:left;
	top: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#links{
	width: 170px;
	height: 344px;
	float:left;
	top: 0px;
}

/* MENÚ */

#menu1{
	float:left;
	width: 89px;
	height:40px;
}
#menu2{
	float:left;
	width: 88px;
	height:40px;
}
#menu3{
	float:left;
	width: 88px;
	height:40px;
}
#menu4{
	float:left;
	width: 89px;
	height:40px;
}
#menu5{
	float:left;
	width: 89px;
	height:40px;
}
#menu6{
	float:left;
	width: 88px;
	height:40px;
}


.btns{
	display: block;
	background-image: url(imgs/BTNprueba.jpg);
	width: 100px;
	height: 50px;
	float:right;
	}
	
.btns:hover{
	background-position: 0 -50px;
	} 

.textofoot{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 35px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

.texto{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-align: justify;
}
.tMINI{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-align: right;
}

.imagenDERECHA{
	float: right;
}