#contenedor {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 770px;
	background-color: #FFFFFF;
}
#cabecera {
	background-image: url(../images/fondo-cabecera.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	float: left;
	width: 770px;
}
#logo {
	float: left;
	width: 250px;
	height: 60px;
	padding-top: 25px;
	padding-left: 25px;
}
#frase{
	float: left;
	width: 470px;
	padding-top: 25px;
	padding-bottom: 15px;
	font-family: "Palatino Linotype";
	font-size: 14px;
	font-style: italic;
	color: #666666;
}
#frase a{
	color: #666666;
	text-decoration: none;
}
#frase a:hover{
	color: #666666;
	text-decoration: none;
}
#botones{
	float: left;
	width: 470px;
	padding-bottom: 15px;
	height: 30px;
	padding-top: 10px;
}
#boton a, #boton a:hover{
	float: right;
	width: 84px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 7px;
}
#boton a{
	color: #F3EDE2;
	background-image: url(../images/boton2.gif);
	text-decoration: none;
}

#boton a:hover{
	background-image: url(../images/boton2nar.gif);
	color: #FFE7D7;
	text-decoration: none;
}
#imagen{
	float: left;
	width: 100%;
	height: 174px;
	text-align: center;
	background-image: url(../images/filo-gris-inf.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
}
#separador{
	width: 700px;
	background-image: url(../images/filo-gris-sup.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 12px;
	float: left;
}
#cuerpo{
	background-color: #FFFFFF;
	width: 770px;
	float: left;
}
#menu-izq{
	float: left;
	width: 230px;
	padding-left: 25px;
	background-image: url(../images/filo-gris-vertical.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: right center;
	height: 650px;
}
#contenidos{
	float: left;
	width: 455px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	color: #666666;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
#cont-pie{
	float: left;
	width: 100%;
}
#pie{
	width: 770px;
	height: 90px;
	background-image: url(../images/fondo-pie.gif);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #867760;
	text-align: center;
	padding-top: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#pie a:hover{
	color: #CC3300;
}
#diseno{
	font-family: Helvetica;
	font-size: 13px;
	color: #FFF3CE;
	text-align: right;
	padding-top: 35px;
	padding-bottom: 10px;
}
#diseno a{
	color: #F8F7EF;
	text-decoration: none;
}
#diseno a:hover{
	color: #CC6600;
}
#gal-limit{
	height: 570px;
	float: left;
}
#gal-fila{
	margin: 5px;
	width: 440px;
}
#gal-marco{
	width: 110px;
	margin: 11px;
	background-color: #ECE9D8;
	padding: 5px;
	height: 110px;
	float: left;
}
#pagina-fotos{
	float: left;
	width: 420px;
	text-align: right;
	padding-top: 20px;
	padding-right: 15px;
}
#paginacion{
	background-color: #ECE9D8;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 7px;
	border: 1px solid #E1DDC1;
	font-family: Helvetica;
	color: #B0A45B;
	font-size: 13px;
	float: right;
	margin-left: 20px;
	text-decoration: none;
}
#paginacion a{
	color: #B0A45B;
	text-decoration: none;
}
#paginacion a:hover{
	color: #CC6600;
}
.azul {
	color: #559AC4;
}
.tit-azul {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #559AC4;
}
.sub-tit-azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #559AC4;
}

body {
	background-image: url(../images/fondo-sup.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #C2B9AB;
}
/******************Menú Principal**************/
.bullet {
	font-family: "Palatino Linotype";
	width: 190px;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #999999;
         }
.bullet ul {
	margin: 0;
        }
.bullet li {
	list-style: none;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
        }
.roundbox .bullet li {
	list-style: none;
	margin: 0;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
        }
.bullet li a {
	display: block;
	text-decoration: none;
	background-image: url(../images/bullet-azul.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 15px;
         }
.bullet li a:link, .bullet li a:visited {
	color: #666666;
	font-size: 13px;
         }
.bullet li a:hover {
	color: #336699;
	font-weight: normal;
	background-color: #ECFBFF;
         }
blockquote {
	background-color: #F2F2F2;
	color: #666666;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	font-size: 13px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 35px;
	margin-bottom: 35px;
	line-height: 22px;
}
li {
	font-size: 13px;
	text-align: left;
	margin-left: 0;
}

