﻿@import url("layout.css");
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: transparent;
	background-image: url(../../images/Fondo.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position-x: center;
}
#container {
	width: 900px;
	margin: 10px auto;
}
#masthead
{
	text-align: center;
	width: 900px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: white;
}

#navigation
{
	position: relative;
	float: left;
	width: 148px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: transparent;
	text-align: center;
}

#content
{
	float: left;
	width: 733px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: transparent;
}

#footer {
	text-align: center;
	clear: both;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}

/* Estilos de cabecera */
#masthead h1
{
	color: #009933;
	font-family: Impact;
	letter-spacing: 2px;

}
#masthead h3 {
	color: #5f8ea9;
	font-family: Impact;

}

/* Estilos de exploración */
#header ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#header li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#header a
{
	color: #009933;
	text-decoration: none;
	background-color: #fff;
	font-size: 12pt;
}
#header a:hover
{
	color: white;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #009933;
}
#header p {
	color: #33627d;
	margin-top: 5px;
}

#header
{
	text-align: center;
	clear: both;
	width: 900px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Estilos de contenido */
#content h1, h2, h3, h4, h5, h6
{
	color: #009933;
	font-family: Impact;
	letter-spacing: 2px;
}

#content p
{
	text-indent: 10mm;
	text-align: justify;
}
/* Estilos de pie de página */
#footer p {
	color: #33627d;
	margin-top: 5px;
}
#footer a {
	color: #009933;
	text-decoration: none;
	background-color: #fff;
	font-size: 12pt;
}
#footer a:hover {
	color: white;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #009933;
}
a {
	color: #009933;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#footerTerminos
{
	text-align: center;
	clear: both;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: transparent;
	font-size: 7pt;
}

#slogan
{
	color: red;
	font-family: Forte, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	letter-spacing: 0.2pc;
}
.slogan
{
	color: red;
	font-family: Forte, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	letter-spacing: 0.2pc;
	
}


#content_sin_menu p
{
	text-indent: 10mm;
	text-align: justify;
}
#content_sin_menu
{
	float: left;
	width: 880px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: transparent;
}
#content_sin_menu li
{
	text-align: justify;
	margin-right: 10px;
}

.Label
{
}
.Label a
{
	color: #009933;
}
b
{

}
.img_izquierda
{
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.img_centro
{
	border-top: black 1px solid;
	border-bottom: black 1px solid;
}
.img_derecha
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
}
.img_Todos
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}





