* {
	margin: 0 auto;
	padding: 0;
}
a{
     text-decoration:none;
}
h1{
 font:18px Verdana, Arial, Helvetica, sans-serif;
 color:red;
}
body  {
	text-align:center;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/background.gif);
	background-repeat:repeat;
      }	
#wrap {
    text-align:center;
	width:950px;
	border-color:red;
	border-style:solid;
	border-width:2px;
	background-color:white;
      }
#menu{
     width:950px;
	 height:200px;
	 }
#contenedor{
     width:950px;
	 height:900px;
     background-image:url(../images/fondo.jpg);
	 background-repeat:no-repeat;
}
#frameizquierdo{
     padding-left:10px;
	 padding-right:10px;
	 padding-top:120px;
     float:left;
	 text-align:justify;
	 width:550px;
}
#framederecho{
	 padding-top:140px;
	 padding-right:10px;
     float:right;
	 width:352px;
     height:500px;	 
}
#footer{
         height:100px;
		 width:950px;
         background-image:url(../images/piepagina.jpg);
	     background-repeat:no-repeat;
		 color:black;
		 text-align:center;
          }
