
*{
margin:0;
padding:0;
}

html{
width:100%;
height:auto;}

body{
width:100%;
height:auto;
margin-bottom:-10%;
background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-image:url(../images/logo_aural.jpg);
background-repeat:no-repeat;
background-position:top right;
background-attachment:fixed;
}
p{
font-size:75%;
color:#333333;
/*Aņadido por mi*/
line-height: 20px;
}
#menuPrincipal a{
font-size:80%;
color:#660000;
font-weight:700;
text-decoration:none;}

#menuPrincipal a:hover{
font-size:82%;
color:#000;
font-weight:700;
text-decoration:none;



}


*body #contIzq{
height:99%;}
*body #contDer{
height:99%;}

#contIzq{
width:20%;
min-height:99%;
float:left;



}


#contDer{
/*Modificado por mi: de 70% a 90%*/
width:75%;
min-height:99%;
float:right;
background-image:url(../images/lateralIzq001.jpg);
background-repeat:repeat-y;
background-position:left;
}

#menuPrincipal{
width:auto;
height:auto;

}

#menuPrincipal li{

list-style-type:none;}






#footer{
position:absolute;
bottom:0.3em;
left:0;
width:100%;
height:auto;
background-color:#fff;

}
#footer p{
color:#ccc;}
#footer a{
font-size:70%;
color:#FF0000;
text-decoration:none;
float:right;
display:inline-block;
margin-right:1em;
}
#footer a:hover{
color:#000;

}


#footer2{
width:100%;
height:auto;
float:left;
clear:both;
background-color:#000000;
}
#footer2 a{
font-size:60%;
color:#600;
text-decoration:none;
}
#footer2 a:hover{
color:#666666;
}



