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

html, body { margin:0px; padding:0px; height: 100%; }
ul li a {	display:block;		 list-style-type: none;
text-decoration:none;	text-align:right;			}
p { margin:0px; padding:0px;}
img{ border:none; }
a{ text-decoration:none; }

body{background:#000000 url(../imagenes/fondo.jpg) center no-repeat;}
#todo {position: relative; 
                left: 50%; 
               
                width: 898px; 
                height: 702px; 
                margin-top: 20px; 
                margin-left: -449px; 

                 
				
                }
#top { width:898px; height:291px;}
#menu {width:898px; height:43px; background:url(../imagenes/base_menu.jpg) no-repeat;}
#contenido { width:898px; height:339px; background:#000;}
#izq {width:209px; height:339px; background:url(../imagenes/lateral_izq.jpg) no-repeat; float:left;}	
#der {width:689px; height:339px; background:url(../imagenes/contenidos.jpg) no-repeat; float:right;}
#texto { width:689px;}
.presentacion { padding-top:91px;  padding-left:48px; padding-right:48px;font-family:"Times New Roman", Times, serif; font-size:12px; color:#FFF;}
#footer { width:898px; height:29px; background:url(../imagenes/footer.png) center no-repeat; clear:both; }
.copy{ font-family:"Times New Roman", Times, serif; font-size:11px; color:#555; text-align:center;padding-top:5px;}