/* CSS Document */
body{
margin:0px;
text-align:center;
background-image:url(imagenes/fondo.gif);
background-attachment:fixed;
}
div#content{
position:relative;
width:949px;
height:100%px;
margin:auto;
background-color:white;
clear:both;
}
div#encabezado{
position:relative;
z-index:1;
width:949px;
height:177px;
margin-top:12px;
}
div#cabezote{
position:relative;
background-image:url(imagenes/cabezote.png);
width:950px;
height:177px;
z-index:2;
}
ul#menu{
position:relative;
z-index:3;
margin:-110px 0px 0px 780px;
padding:0px;
list-style-type:none;

}
li.m1{
margin:0px;
padding:0px;
}
li.m1 a{
font-family:verdana;
font-size:11px;
font-weight:bold;
text-decoration:none;
text-align:right;
color:white;
margin:0px;
padding:3px;
display:block;
width:150px;
line-height:10px;
}
*html li.m1 a{
font-family:verdana;
font-size:11px;
font-weight:bold;
text-decoration:none;
text-align:right;
color:white;
margin:-4px;
padding:0px;
display:block;
width:150px;
line-height:10px;
}
li.m1 a:hover{
background-color:white;
filter:alpha(opacity=30);
-moz-opacity:.30;opacity:.30;
color:black;
padding-right:5px;
}
div#banner{
margin-top:20px;
}
div#contenido{
width:850px;
margin-top:20px;
}
div#comp{
font-family:verdana;
text-align:justify;
font-size:12px;
color: black;
width:270px;
float:left;
margin-right:30px;
text-align:center;
}
div#links{
margin-top:50px;
}
div#comp a{
text-decoration:none;
font-weight:bold;
display:block;
color: black;
text-align:left;
padding:3px 6px;
}
div#comp a:hover{
background-color:silver;
color: white;
}

div#texto{
font-family:verdana;
text-align:justify;
font-size:12px;
color: black;
width:550px;
float:right;
 
}
div#texto h2{
color:gray;
}
div#texto h5{
color:black;
}
div#event1{
position:relative;
top:0px;
left:0px;
width:200px;
height:1500px;
float:right;
margin:0px;
padding:0px;
background-color:white;
}
div#frame{
width:510px;
height:1500px;
float:right;
text-align:center;
margin:0px;
padding:0px 10px;
background-color:white;
}
div#event2{
width:200px;
height:1500px;
float:left;
margin:0px;
padding:0px;
background-color:white;
}