body{background-color:#003333;
background-image:url(imagen-bg.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
color: #666666;
font-size:13px;
letter-spacing: 110%;
text-align:center;}
li{border-bottom-width:1px;
border-bottom-color:#CCCCCC;
border-bottom-style:solid;
}
a{text-decoration:none; color: #666;}
a:active{text-decoration:none;}
a:hover{text-decoration:none; color:#033;}
a:link{text-decoration:none, color:#F90;}
a:visited{text-decoration:none; color:#999}                                                                                                                                                                 
#contenedor{width:730px;
		background-image:url(contenedor-fondo.jpg);
		background-repeat:repeat-y;
		height:100%;
 		text-align:left;
		margin: 0 auto;
		overflow: hidden;}
#contenedor:after{
content:url(contenedor-fondo.jpg);
clear:both;
display:block;
}
#header{
margin-left:20px;
width: 692px;
height:140px;
text-align:left;
background-image: url("headerbg.jpg");
background-repeat:no-repeat;
overflow: hidden;
}
#header:after{
content:url("headerbg.jpg");
clear:both;
display:block;
}
#header img{
float:right;
top:10%
}
#header p{
font-size:13px;
line-height:10px;
margin-top:30px;
padding-left:261px;
color:#999;
 }
/*este es el parrafo para el index*/
.nombre{
font-family:"Trebuchet MS", Georgia;
font-weight: 100;
font-size:24px;
color:#c0c9cc;
padding-left:100px;
padding-top:250px;
}

#galeria{
margin-top:20px;
margin-left:20px;
width:530px;
float:left;
}
#galeria ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#galeria img {
	display: block;
}

#galeria li {
	list-style:none;
	width: 245px;
	text-align:center;
	padding-bottom:15px;
	border-bottom-style:none;
	float:left;
}

.menupunteado{
list-style-type:none;
line-height:300%;
margin:80;
padding-left:540px;
padding-top:10px;
padding-right:20px;
}
#footer{
margin:auto;
text-align:center;
width:90%;
height:15px;
font-size:9px;
clear:both;
background-color:#ddd;
}