/* CSS Document */

/*/RESTAURAR NAVEGADORES//////////////////////////////////////////////////////////////////////////////////*/
body,div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	margin:0px;
	padding:0px;
}
fieldset,img{border:0px;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
p,h1,h2,h3,h4,h5,h6{font-size:100%;}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*COLOURS
azul:#104392;
azul oscuro:#0B396E;
*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*TIPOGRAFIAS*/
.iz{
	text-align: left;
}

.cen{
	text-align: center;
}

.der{
	text-align: right;
}
.n {
	font-weight: bolder;
}
.cur{
	font-style: italic;
}
.float {
	float: left;
}

.r {
	color: #FF0000;
}

.clear{
	clear:both;
	height: 0px;
	font-size: 0px;
}

body {
	text-align: center;
	background-color: #104392;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}


#flashcontent {
	width: 1px;
	height: 1px;
	text-align: center;
	position: absolute;
	visibility: hidden;
	left: -10000px;
	top: -10000px;
	}
#flash-centrado{
	text-align:left;
	font-size: 1px;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
html, body {
	height: 100%;
}

#wrapper {
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin:0 auto;
}

#contenedor {
	text-align: left;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#link {
	float: left;
	overflow: hidden;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
#link a {
	color: #FFFFFF;
	font-size: 85%;
	font-weight: bold;
	background-color: #0099FF;
	padding: 3px;
}

#colores {
	float: right;
	color: #FFFFFF;
}
#colores a {
	color: #FFFFFF;
}

#colores li {
	float: left;
	margin-left: 5px;
}


#cabecera{
	background-color: #FFFFFF;
	padding: 10px;
}
#cuerpo{
	padding-top: 10px;
	overflow: hidden;
} 
#lateralIzq{
	width: 170px;
	float:left;
} 
.menu {
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
	height: 100%;
}
.long {
	height: 289px;
}

.menu h3 {
	margin-bottom: 5px;
}
.menu li {
	margin-bottom: 10px;
}
.menu img {
	margin-right: 3px;
}
.menu li a {
	color: #333333;
	font-weight: bold;
}
#lateralDer {
	float: right;
	width: 170px;
}
#lateralDer p {
	margin: 0px;
	padding: 0px;
}
.banner {
	margin-bottom: 10px;
}

#contenido{
	background-color: #ffffff;
	top: 5px;
	margin-right: 180px;
	margin-left: 180px;
	padding: 10px;
	min-height:392px;
	height:auto !important;
	height:392px;
	margin-bottom: 160px;
} 
#contenido h1 {
	font-size: 140%;
	margin-bottom: 20px;
}
#contenido h2 {
	color: #104392;
	margin-bottom: 3px;
}
#contenido h3 {
	font-size: 95%;
	margin-top: 15px;
	margin-bottom: 4px;
	color: #487C18;
}

#contenido  p {
	margin-bottom: 8px;
}
#contenido  .foto,#contenido .foto2 {
	position: relative;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#contenido .foto {
	float: right;
	margin-left: 10px;
}
#contenido .foto3 {
	float: right;
	margin-left: 10px;
}


.linea {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

#pie{
	background-color: #092653;
	color: #FFFFFF;
	font-size: 85%;
	height: 150px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	text-align: center;
}

#pie a {
	color: #FFFFFF;
}
#direcciones  {
	clear: both;
	padding-bottom: 10px;
	text-align: left;
	width: 770px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#pie .direccion  {
	float: left;
	margin-right: 6px;
	padding-right: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #859CB7;
}
#contenido .direccion  {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #859CB7;
	padding-bottom: 10px;
	padding-left: 20px;
}#contenido .direccion img {
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}
