/* Estilo Layout */

@import url("layout.css");

/* Estilo Tags */

h1, h2, h3, h4 {
	font-family: "Century Gothic", Arial, Helvetica;
}

h1  {
	font-size: 2.5em;
	color: #D4D0C8;
	font-weight: lighter;
	margin-top: 40px;
}

h2  {
	font-size: 1.8em;
	color: #003366;
	font-weight: lighter;
	margin-bottom: 15px;
}

h3  {
	font-size: 1.5em;
	color: #333333;
	font-weight: lighter;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #D4D0C8;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-left-color: #D4D0C8;
	padding-top: 10px;
}


h4 {
	font-size: 1.1em;
}

p, li, td	{
	color: #333333;
}

a:link, a:visited {
	color: #003366;
}

a:hover, a:active  {
	color: #006699;
}

#pie p, #pie a	{
	font-size: 0.90em;
	color: #FFFFFF;
}

#pie h1  {
	font-size: 1.5em;
	color: #FFFFFF;
	margin: 0px;
}


/* CLASES */

.bajada {
	font-size: 1.2em;
	line-height: 160%;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 30px;
}
.der {
	float: right;
	margin-left: 5px;
	margin-bottom: 10px;
}
.tabla_ref {
	width: 100%;
}

.tabla_ref td {
	background-color: #D4D0C8;
}

.tabla_ref th {
	background-color: #4F493E;
	color: #FFFFFF;
}

/* Estilo Navbar */

ul#menu {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        white-space: nowrap;
}

ul#menu li {
	float: left;
	font-family: arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100px;
	padding: 4px;
}

#menu a, #menu a:link {
        margin: 0;
        padding: 5px;
        color: #534E42;
        text-decoration: none;
}

ul#menu .activo {
	color: #534E42;
	text-decoration: underline;
}

#menu a:hover {
	color: #534E42;
	text-decoration: underline;
}


/* Slideshow */

.slideshow {  
    height:  240px;  
    width:   240px;  
    padding: 0;  
    margin:  0;  
} 
.slideshow img {
	padding: 0;
	background-color: #eee;
	width:  240px;
	height: 240px;
	top:  0;
	left: 0;
} 
#nav {
	width: 240px;
	text-align: center;
}
#nav li { width: 40px; float: left; margin: 4px; list-style: none }
#nav a { width: 40px; padding: 0px; display: block; border: 1px solid #D4D0C8; }
#nav a.activeSlide { }
#nav a:focus { outline: none; }
#nav img { border: none; display: block; }
.izq {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.sello {
	margin-top: 10px;
	margin-left: 330px;
}
.borde {
	border: 1px solid #D4D0C8;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.piefoto {
	font-size: 9px;
	text-align: center;
}
.piefoto a {
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	color: #666666;
}

#aviso {
	position:absolute;
	width:50%;
	height:50%;
	z-index:33;
	overflow: visible;
	background-image: url(50perc.png);
	margin-bottom: auto;
	margin-left: auto;
}
