/* Quitamos el subrayado de los links */
:link,:visited { text-decoration:none }

/* ESTILOS DEL LAYOUT GENERAL */
img {
	border: 0px;
}
.cajastexto {
	border: 1px solid #666666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.listas {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.botones {
	font-size: 11px;
	border: 1px solid #666666;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #40495A;
}
#envoltorio {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#cabecera {
	height: 105px;
	background-color: #40495A;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#cabecera #logo{
	float: left;
}
#cabecera #idioma {
	text-align: right;
	padding-right: 5px;
	float: right;
}
#cabecera #idioma a:link, #cabecera #idioma a:visited{
	color: #B9B9B9;
	font-size: 10px;
}
#cabecera #idioma a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#cabecera #idioma ul{
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 12px;
	color: #999999;
}
#cabecera #idioma li{
	display: inline;
}
#cabecera #menu {
	float: right;
	text-align: center;
	padding-top: 11px;
	width: 525px;
	background-image: url(../../images/fondo_menu_top.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 80px;
}
#cabecera #menu a:link, #cabecera #menu a:visited {
	font-weight: bold;
	color: #40495A;
}
#cabecera #menu a:hover {
	color: #FFFFFF;
}
#cabecera #menu #activada {
	color: #FFFFFF;
}

#cabecera #menu ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size: 10px;
	float: right;
	padding-right: 50px;
}
#cabecera #menu li {
	float: left;
	margin-right: 20px;
	margin-left: 8px;
}
*>#cabecera #menu li {
	margin-left: 12px;
}
#superior {
	position: relative;
	height: 30px;
	background-image: url(../../images/fondo_presentacion.jpg);
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;*/
	/*background-color: #EAEAEA;*/
}
#contenidos {
	height: 400px;
	min-height: 400px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
	background-image: url(../../images/fondo_presentacion.jpg);
	background-repeat: repeat-y;
}
*>#contenidos {
	height: auto;
}
#pie {
	background-color: #40495A;
	background-image: url(../../images/fondo_pie.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 11px;
	/color: #FFFFFF;
	position: relative;
	height: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#pie a:link, #pie a:visited {
	color: #8995AB;
}
#pie a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#pie .patrocin {
	position: absolute;
	top: 3px;
	left: 25px;
}
#pie .contacto {
	position: absolute;
	top: 3px;
	right: 160px;
}
#pie .css {
	position: absolute;
	top: 3px;
	right: 70px;
}
#pie .xhtml {
	position: absolute;
	top: 3px;
	right: 110px;
}

#pie .accesibilidad {
	position: absolute;
	top: 3px;
	right: 10px;
}

#pie .desarrollo {
	position: absolute;
	top: 3px;
	left: 25px;
}
#pie .blanco {
	color: #FFFFFF;
	
}
#pie .azul {
	color: #373E4E;	
}
#pie .xhtml {
	position: absolute;
	top: 3px;
	right: 110px;
}
#pie .css {
	position: absolute;
	top: 3px;
	right: 70px;
}
#pie .accesibilidad {
	position: absolute;
	top: 3px;
	right: 10px;
}

#superior {
	background-color: #FFFFFF;
}
#superior #logout {
	position: absolute;
	left: 7px;
	top: 9px;
	font-weight: bold;
	text-align: center;
}
#superior #inicio {
	position: absolute;
	left: 390px;
	top: 9px;
	font-weight: bold;
	text-align: center;
}
#superior #tusfotos {
	position: absolute;
	left: 530px;
	top: 9px;
	font-weight: bold;
	text-align: center;
}
#superior #accesoadmins {
	position: absolute;
	left: 651px;
	top: 9px;
	font-weight: bold;
	text-align: center;
}
#superior a:link, #superior a:visited {
	text-decoration: none;
	color: #dddddd;
}
#superior a:hover {
	color: #CCCCCC;
}

#contenidos .mensajeerror {
	text-align: center;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	margin-top: 25px;
}
#contenidos .mensajeerror img {
	margin-bottom: 25px;
}
#contenidos .mensajeerror ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#contenidos .mensajeerror a:link, #contenidos .mensajeerror a:visited {
	color: #660066;
	text-decoration: none;
}
#contenidos .mensajeerror a:hover {
	text-decoration: underline;
}
/* ESTILOS PARTICULARES DE CADA PGINA */

/* Formulario de bsqueda en index.php */
#contenidos #tblformbusq {
	width: 500px;
	border: 1px solid #40495A;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#contenidos #tblformbusq th {
	text-align: left;
	padding-left: 3px;
	background-color: #40495A;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #A4DA00;
}
#contenidos #tblformbusq .col1 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contenidos #formbusq #textobusq {
	width: 200px;
	margin-right: 10px;
	padding-right: 2px;
	padding-left: 2px;
}

/* Panel de vista de nuevas fotos */
#contenidos #novedades {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #40495A;
	border-bottom: 1px solid #40495A;
	border-left: 1px solid #40495A;
	margin-top: 20px;
}
#contenidos #novedades th {
	background-color: #40495A;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #40495A;
	color: #FFFFFF;
	text-align: left;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contenidos #novedades .confoto {
	width: 33%;
	height: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #40495A;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #40495A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #40495A;
	padding: 5px;
}
#contenidos #novedades .piefoto {
	text-align: center;
	color: #dddddd;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #40495A;
}

/* Formulario de nuevas fotos */
#contenidos #tblformfichafoto {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border: 1px solid #40495A;
}
#contenidos #tblformfichafoto th {
	background-color: #40495A;
	color: #FFFFFF;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	color: #A4DA00;
}
#contenidos #tblformfichafoto .col1 {
	width: 35%;
	padding-left: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #40495A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #40495A;
	color: #dddddd;
}
#contenidos #tblformfichafoto .col2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #40495A;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contenidos #tblformfichafoto .celdaboton {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #40495A;
}
#contenidos #tblformfichafoto #titulo {
	width: 200px;
}
#contenidos #tblformfichafoto #titulo_eus {
	width: 200px;
}
#contenidos #tblformfichafoto #descripcion {
	height: 75px;
	width: 250px;
}
#contenidos #tblformfichafoto #descripcion_eus {
	height: 75px;
	width: 250px;
}
#contenidos #tblformfichafoto #imagen {
	width: 200px;
}
#contenidos #tblformfichafoto a:link, #contenidos #tblformfichafoto a:visited {
	color: #fff;
	text-decoration: none;
}
#contenidos #tblformfichafoto a:hover {
	text-decoration: underline;
}

/* Estilos para el explorador de fotos */
#contenidos h1 {
    color: #A4DA00;
    text-align: center;
    font-size: 18px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #40495A;
    padding-bottom: 5px;
    padding-top: 15px;
    margin-top: 0px;
}
#contenidos #tblexplorafotos {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #40495A;
	border-bottom: 1px solid #40495A;
	border-left: 1px solid #40495A;
	margin-top: 20px;
	text-align: center;
}
#contenidos #tblexplorafotos th {
	background-color: #40495A;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #40495A;
	color: #FFFFFF;
	text-align: left;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #A4DA00;
}
#contenidos #tblexplorafotos .confoto {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #40495A;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #40495A;
	padding: 5px;
	height: 100px;
	vertical-align: middle;
	width: 33%;
}
#contenidos #tblexplorafotos .operaciones {
	top: 3px;
	margin-bottom: 3px;
	text-align: right;
	line-height: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #40495A;
	padding-right: 2px;
}
#contenidos #tblexplorafotos .operaciones img {
	vertical-align: middle;
}
#contenidos #tblexplorafotos .piefoto {
	text-align: center;
	color: #dddddd;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #40495A;
}

#contenidos #tblpaginacion {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	text-align: center;
}
#contenidos #tblpaginacion a:link, #contenidos #tblpaginacion a:visited {
	color: #dddddd;
	text-decoration: none;
}
#contenidos #tblpaginacion a:hover {
	text-decoration: underline;
}

/* Formulario login */
#contenidos #tblformlogin {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	border: 1px solid #40495A;
}
#contenidos #tblformlogin th {
	background-color: #40495A;
	color: #FFFFFF;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#contenidos #tblformlogin .col1 {
	width: 35%;
	padding-left: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #40495A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #40495A;
	color: #dddddd;
}
#contenidos #tblformlogin .col2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #40495A;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contenidos #tblformlogin .celdaboton {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #40495A;
}
#contenidos #tblformlogin #usuario {
	width: 150px;
	padding-left: 2px;
}
#contenidos #tblformlogin #passwd {
	width: 150px;
	padding-left: 2px;
}

/* Menu del administrador */
#contenidos #titmenuadmin {
	border: none;
	background-color: #40495A;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 400px;
	color: #A4DA00;
}
#contenidos.masespacio {
	padding-top: 50px;
}
#contenidos #menuadmin {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 250px;
	text-align: center;
	font-size: 13px;
	border-right: 1px solid #40495A;
	border-bottom: 1px solid #40495A;
	border-left: 1px solid #40495A;
}
#contenidos #menuadmin .elemento {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #40495A;
	height: 25px;
	line-height: 25px;
}
#contenidos #menuadmin .titulo {
	background-color: #40495A;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contenidos #menuadmin a:link, #contenidos #menuadmin a:visited {
	color: #40495A;
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: block;
	font-weight: bold;
	color: #dddddd;
}
#contenidos #menuadmin a:hover {
	color: #cccccc;
	background-color: #40495A;
}

/* Estilos para la tabla de listado de albumes */
#contenidos #tblalbumes {
	width: 500px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #40495A;
	border-right-color: #40495A;
	border-left-color: #40495A;
}
#contenidos #tblalbumes th {
	background-color: #40495A;
	color: #FFFFFF;
	text-align: left;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #A4DA00;
}
#contenidos #tblalbumes .col1 {
	width: 93%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #40495A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #40495A;
	padding-left: 2px;
}
#contenidos #tblalbumes .col2 {
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: #40495A;
	border-bottom-width: 1px;
}
#contenidos #tblalbumes a:link, #contenidos #tblalbumes a:visited {
	color: #40495A;
	text-decoration: none;
	color: #dddddd;
}
#contenidos #tblalbumes a:hover {
	text-decoration: underline;
	color: #cccccc;
}
#contenidos #envolnuevo {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 0px;
    padding-top: 25px;
}
#contenidos #envolnuevo img {
	vertical-align: middle;
}
