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

div, ul {margin:0;}

html {
width:90%;
margin:0;
}

a {
	text-decoration:none;
	color:#FFFFFF;
}
#menu li { float:left; width: 100px; text-align:center; list-style:none; font-family:Arial, Helvetica, sans-serif; font-size:10px; border-bottom:1px solid #333333; }
#menu{ margin-left:100px;}

body{
	width:950px;
	margin:0;
	font-family:Verdana;
	font-size:9px;
	background-color:#000000
}

h1 {
color:#662800;
margin:10px 0 10px 10px;
font-size:16px;
}

h2 {
color:#662800;
margin:10px 0 10px 10px;
font-size:12px;
}
h3 {
color:#FF0066;
margin:10px 0 10px 10px;
font-size:12px;
}

p {
color:#000000	;
margin:0px 0px 5px 5px;
font-size:11px;
}

/*ul {
margin-top:20px;
line-height:20px;}*/

/* CSS DIVS ESTRUCTURA*/

#head{
	width:950px;
	height:100px;
	background-color: #000000;
	color:#666666;
	font-size:36px;
}

#botonera{
	width:950px;
	height:34px;
	background-color:#ff6600;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-align: center;
	margin-top:auto;
	/*padding: 10px 10px 20px;*/
	
}
#botonera1 {
	background-color: #999999;
	position: absolute;
	color: #666600;
	left: 250px;
	top: 130px;
	font-size: 12px;
	line-height: normal;
	text-decoration: overline;
	z-index:10;
	width: 104px;
}


#contenido{
width:956px;
height:400px;
}
#contenedor {
	background-color: #CCCCCC;
	margin: auto;
	height: 630px;
	width: 956px;
}


#col1{
width:150px;
height:400px;
background-color:#ffffff;
float:left;
}

#publi1{
	width:150px;
	height:200px;
	background-color:#ffffff;
	float:left;
	
}

#col2{
	width:800px;
	height:400px;
	background-color: #000000;
	float:left;
	z-index:5;
}



#foot{
	width:930px;
	height:10px;
	background-color:#000000;
	float:left;
	padding:10px;
}

#foot2{
	width:930px;
	height:29px;
	background-color: #000000;
	float:left;
	padding:10px;
}
