@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "Trebuchet MS", verdana;
	line-height: 1.2em;
	background-color:#232427;
	color:#fff;
	text-align: center;
	background-image:none;
	background-repeat:repeat-x;
}
form {
	padding:0px;
	margin:0px;
}
input, select {
	font-size:9px;
}
a:link, a:visited {
	text-decoration: underline;
	color:#aaa;
}
a:hover {
	color:#0099ff;
	color:#d22525;
}
h1, h2, h3, h4, h5 {
	margin-bottom:1em;
	font-family: tahoma,"Trebuchet MS", verdana;
}
table {
	margin-bottom:1.5em;
}
h1 {
	font-size: 190%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
}
img {
	border:none;
}
p {
	margin-bottom:1em;
}
td, th {
	padding: 1px 4px 1px 4px;
	border-bottom:1px dotted #aaa;
}
th {
	border-bottom:1px solid #000;
}
hr {
	margin:1em 0;
}
blockquote {
	margin-left:2em;
}
fieldset {
  padding:15px;
  border:1px solid #333;
}
input, textarea {
  width:530px;
}

#trailimageid
{
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 0px;
	z-index: 200;
	color:#999999;
	text-align: left;
}

#trailimageid h2 {
  color:#444;
  font-size:14px;
  margin-bottom:0em;
}

#container {
	width: 760px;
	margin:0px auto;
	text-align:left;
	color:#fff;
	background-color:#000;
	padding:10px 30px 30px 30px;
}

#languages {
  text-align:right;
  font-size: 12px;
  height:20px;
}

#languages a {
  color:#CCCCCC;
  text-decoration:none;
}

#languages a:hover {
  color:#fff;
}

#logo {
  width:200px;
  float:left;
  height:60px;
}

#menu {
  padding-top:22px;
  height:38px;
  width: 560px;
  font-size:16px;
  float:right;
}

#menu ul {
  list-style: none;
}

#menu a {
  text-decoration:none;
  color:#888;
}

#menu a:hover {
  color:#0099ff;
  color:#d22525;  
}

#menu li {
  float: right;
  margin-left:1em;
}

#header {
  border-top:7px solid #353535;
  border-bottom:1px solid #353535;
  padding-bottom:25px;
  clear:both;
}

#main {
  clear:both;
  padding-top:30px;
  font-size:80%;
  color:#aaa;
  overflow:hidden;
  width:760px;
  text-align:justify;
}

#main h1 {
  color:#666;
  background-image:url(../images/fondo_cabeceras.gif);
  background-repeat:no-repeat;
  padding-left:18px;
  background-position: 0px 4px;
  font-weight: normal;
  margin-bottom:1.5em;
}

#main h2 {
  color:#FFFFFF;
}

#main ul {
  margin-bottom:1.5em;
  margin-left:1.5em;
}

#main strong {
  color:#FFFFFF;
}

#footer {
  font-size:11px;
  padding: 5px 0;
  clear:both;
  width: 820px;
  margin:0px auto;
}

#footer a {
  text-decoration:none;
}

#footer #email {
  width:200px;
  float:left;
  text-align: left;  
}

#footer #direccion {
  margin-left:200px;
  text-align: right;
}

#map { 
  width:338px;
  height:400px;
  text-align: left;
  color:#333333;
  margin-bottom:10px;
  border:1px solid #0099ff;
  font-size:10px;
}

#paginas {
  padding-top:30px;
  text-align:right;
  color:#FFFFFF;
}

#col_1, .col_1 {
  width:340px;
  float:left;
}

#col_2, .col_2 {
  margin-left:370px;
}

.fecha {
  color:#0099ff;
  font-size:90%;
}

.rich_text {
  padding-bottom:2em;
}

.color_azul {
  color:#0099ff;
}

.enlace_marcador {
  background-image:url(../images/fondo_enlaces.gif);
  background-repeat:no-repeat;
  background-position: 0 4px;
  padding-left:12px;
}

.tabla_equipo {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	display: inline-table;
	margin-bottom:50px;
}

.tabla_equipo caption {

	font-size: 14px;
	text-align: left;
	padding-bottom: 1em;
	color:#FFFFFF;
	
}

.tabla_equipo th {
	background-color: #0073C0;
	background-color: #801717;	
	padding: 3px 5px;
	text-transform: uppercase;
	border-right: 1px solid #242424;
	text-align: center;
	border-bottom:none;
}

.tabla_equipo td {
	padding: 5px;
	border-right: 1px solid #444444;
	border-bottom:none;	
}

.tabla_equipo .fila_alterna {
	background-color: #181818;
}

.ficha_album {
  padding:10px;
  background-color:#fcfcfc;
  color:#666666;
  float:left;
  width:200px;
  margin: 0px 8px 10px 8px;
  font-size: 90%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;  
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;    
  text-align: left;  
}

.ficha_album img {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;  
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;    
  margin-bottom: 0.5em;  
}

.ficha_album p {
  line-height: 1.4em;
}
