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

* {
margin : 0;
padding : 0;
list-style : none;
text-decoration : none;
}
body {
background : #000;
font : 11px  Verdana, Arial, Helvetica, sans-serif;
color : #000;
}
#intro {
width:800px;
height:600px;
border:0px solid #FFFFFF;
margin:0 auto 0 auto;
background:url(imagenes/introbg.jpg) no-repeat top center;
}
#flash { padding: 50px 0 15px 15px;}
.bienvenida{
background:url(imagenes/lightintro.jpg) no-repeat top center;
padding: 20px 0 0 0;
color:#666;
width:400px;
}
#wrapper {
width:1000px;
height: 600px;
margin:0 auto 0 auto;
border: 0px solid red;
}
#left{
width:352px;
height:600px;
float:left;
background:url(imagenes/leftbg.jpg) no-repeat top right;
border: 0px solid blue;
}
#right {
float:left;
width:546px;
background:url(imagenes/rightbg.jpg) no-repeat top left;
height:600px;
}
#info {
margin:120px 0 0 10px;
width:480px;
border:0px solid pink;
}
#info h2 {
font: 32px Arial, Helvetica, sans-serif;
font-weight: normal;
color:#003399;
font-style:italic;
border-bottom: 1px solid #aaa;
}

#info p {
margin: 15px 0 0 0;
}
#info img {
display:inline;
float:right;
}
#menu {
width:230px;
margin:270px 5px 0 0;
float:right;
}
#footer {
width:1000px;
height:100px;
margin: 0 auto 0 auto;
background:url(imagenes/footerbg.jpg) no-repeat top left;
border:0px solid yellow;
}
#footer p{
padding: 30px 0px 0px 140px;
color:#666666;
}