/* CSS Document */

body {
background-image:url(img/fondodeg_r1_c1.jpg);
background-repeat:repeat-x;
background-color:#3A1203;
}

/*
div{

border:1px solid #ff0000;
margin:-1px;
}

*/



#contenedor {
background-image:url(img/fondoPrin.jpg);
background-repeat:no-repeat;
min-height:700px;
width:790px;
margin-left:auto;
margin-right:auto;
padding:0px;


}

#cabecera{
width:790px;
height:145px;
}
#columnas{
width:790px;

}
#columnaIzq{
float:left;
width:110px;
min-height:500px;
}
#contenidos{
width:515px;
min-height:420px;
background-color:#FFFFFF;
-moz-opacity:0.8; /* Mozilla 1.6 y anteriores*/
filter:alpha(opacity=80) ; /* Internet Explorer*/
float:left;
padding:5px;
z-index:1;
}


#contenidos p {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 color:#000000;
 padding-bottom:10px;
 text-align:justify;
 
 }
.titulacion {font-size:9pt;; font-weight: bold; font-style: italic} 
 
#contenidos td{

 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#000000;
 font-weight:bold;

 }
#menu{
float:right;
width:145px;
min-height:500px;
padding-right:5px;
}

#pie{
width:790px;
height:0px;
float:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#FFFFFF;
background-image:url(img/pie.jpg);
background-repeat:no-repeat;
margin-top:10px;
padding-top:260px;
padding-left:5px;
}
#galeria{
width:520px;

float:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#FFFFFF;
background-color:#333333;
padding-top:10px;
padding-bottom:10px;
}
#galeria img{ 
   width:69px;
   height:50px;
   padding:1px;
   border:none;
}

#fotosIsla{
   width:520px;
   height:150px;
   border-bottom:1px dotted #666666;
}
#Lafoto {
  float:left;
  width:120px;
  padding:3px;
  border:2px solid #ffffff;
  background-color:#000000;
}
#boton {
max-width:150px;
margin:0px;
width:140px;
float:right;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
font-size:12px;
}
#boton p{

background-image:url(img/fondoboton.jpg);
background-repeat:no-repeat;
min-height:45px;
text-align:center;
padding-top:6px;
padding-bottom:0px;
margin-top:0px;
margin-bottom:3px;
padding-right:10px;
padding-left:10px;

}
#boton a {
 text-decoration:none;
 color:#FFFFFF;
 }
#boton a:hover {
  color:#FF33FF;
  font-weight:bolder;
 }
 
 	
