@charset "utf-8";
/* CSS Document */
body{
    background-image: url(bg1.png);
    background-repeat:repeat;
	background-attachment: fixed;
    font-family:VERDANA,ARIAL,HELVETICA;
    font-size:12px;
    margin: 0px;
	scrollbar-face-color:rgb(122,3,42);
    scrollbar-base-color:rgb(71,2,24);
    scrollbar-3dlight-color:rgb(122,3,42);
    scrollbar-shadow-color:rgb(122,3,42);
    scrollbar-darkshadow-color:rgb(122,3,42);
    scrollbar-highlight-color:rgb(122,3,42);
    scrollbar-track-color:rgb(71,2,24);
}
#alrededor {
	height: 1200px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
}
#principal {
	height: 1155px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	background-image: url(bck.jpg) ;
	background-position:center;
	background-repeat: no-repeat;
	border:4px solid #FFFFFF;
}
#navigation {
     margin-top:70px; 
     font-family:Georgia, "Times New Roman", Times, serif;
	 font-size:17px; 
	 height: 35px;
	 width: 801px;
	 text-align:center;
	 float:right;
}
#navigation li {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px; 
	display:block;
	float: left;
	height: 25px;
	width: 89px;
	text-align:center;
}
#navigation li a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color: #FFFFFF;
	display: block;
	float:left;
	height: 25px;
	padding: 0px 0;
	text-decoration: none;
	width: 89px;
	text-align:center;
}
#navigation li a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	background-repeat: repeat-x;
	color: #e3004f;
	display: block;
	text-align:center;
}
#navigation ul{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	background-repeat: repeat-x;
	clear: both;
	display: block;
	float:left;
	height: 25px;
	width: 89px;
	text-align:center;
}
.player{
   margin-top:110px;
   margin-right:15px;
   height:310px;
   width:750px;
   float:right;   
   }
#contenido{
     width:602px;
	 margin-left:auto;
	 margin-right:auto;
	 margin-top:570px;
     height:500px;
     overflow: auto; 
	 color: #FFFFFF;
	 font-size: 12px;
	 padding:10px;
}
#contact{
     background: url(http://www.angelicamaria.com.mx/lightbox/galeries/contacto/contacto.jpg);
	 background-position:center;
     width:602px;
	 margin-left:auto;
	 margin-right:auto;
	 margin-top:70px;
     height:400px;
     overflow: auto; 
	 color: #FFFFFF;
	 font-size: 12px;
	 padding-top: 30px;
	 padding: 10px;
	 border: solid #FFFFFF 4px;
}    
.thumbs { 
     width:100px; 
	 height:40px; 
	 margin:0 9px 9px 0; 
	 float:left; 
	 border: 4px solid #7a032a; 
}
.thumb { 
     width:256px; 
	 height:192px; 
	 margin:15px 15px 15px 0; 
	 float:left; 
	 border: 4px solid #7a032a;
}
.Encabezados {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration: none;
}
.Parrafo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.encabezado_color {
	color: #b1053d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
