@charset "ISO-8859-1";
/* CSS Document */

html {
	min-height:100%;
	margin-bottom:0.1px;
}
body {
	color:#FFF;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #000;
}
body, input {
	margin:0;
	padding:0;
}

ul, li {
	margin:0px;
	padding:0px;
	
} 
/*
li {
	list-style-type: none;
}
*/
h1 {
	font-size:18px;
	font-weight:bold;
	line-height:36px;
	margin-bottom:18px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	margin-bottom:18px;
}
h3 {
	font-size:1em;
	font-weight:bold;
	line-height:18px;
}
h4 {
	font-size:10px;
	font-weight:bold;
	line-height:18px;
}


/* DIVS */
#envolotorioHome {
	width:990px;
	margin-top:0;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	position: relative;
}

#envolotorio {
	width:990px;
	margin-top:0;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#cabecera {
	height: 110px;
	position: absolute;
	width: 990px;
	background-color: #000;
}

#cabecera_menu {
	text-align: right;
	vertical-align: middle;
	height: 110px;
	padding-right: 10px;
	position: relative;
	width: 980px;
	padding-left: 0px;
}

#titulos {
	height: 100px;
	width:500px;
	position:relative;
	left:50%;
	right:50%;
	margin-left:-250px;
}

/* LINKS */

a {
	color:#F90;
}
a:link, a:visited, a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

/* Opacidad */

.opacidad {	
	opacity: 0.4;
	-moz-opacity: 0.4;
	-khtml-opacity: 0.44;
	filter: alpha(opacity=40);
}

/*/ CLASES TEXTOS /*/

.titulo {
	font-size: 17px;
	color: #FFF;
}

.subtitulo {
	font-size: 14px;
	color: #FFF;
}

.textoresaltado {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.texto {
	font-size: 12px;
	color: #FFF;
	line-height: 14px;
}
.clear{
	clear:both;

}
.bordeThumb{
	padding:2px;
	background:#FFF;
	float:left;
	margin:9px;
	
}