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

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "Trebuchet MS", verdana;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.3em;
	text-align: center;
	background-image:url(../images/css/fondo_body.gif);
	background-repeat:repeat-x;
	background-color:#f5f5f5;	
}
form {
	padding:0px;
	margin:0px;
}
input, select {
	font-size:9px;
}
a:link, a:visited {
	text-decoration: underline;
	color:#aaa;
}
a:hover {
	color:#0099ff;
}
h1, h2, h3, h4, h5 {
	margin-bottom:1em;
}
table {
	margin-bottom:1.5em;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 100%;
}
img {
	border:none;
}
p {
	margin-bottom:1em;
}
td, th {
	padding: 1px 4px 1px 4px;
	border-bottom:1px dotted #aaa;
}

td p, th p{
  margin-bottom:0px;
  text-align: left;
}

th {
	border-bottom:1px solid #000;
}
hr {
	margin:1em 0;
}
blockquote {
	margin-left:2em;
}
fieldset {
  padding:15px;
  border:1px solid #333;
}
label  {
  display:block;
  margin-bottom: 10px;
}

label span {
  width:75px;
  float:left;
}
.campo {
  width:150px;
  border:1px solid #333;  
}

#link_actua {
  position: absolute;
  top:355px;
  left:99%;
}

#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: 900px;
  margin:0px auto;
  text-align:left;
  padding-top:10px;
}

#idiomas {
  height:28px;
  font-size:90%;
}

#idiomas ul {
  list-style: none;
}

#idiomas li {
  float:right;
  margin-left:10px;
  background-image:url(../images/css/flecha.gif);
  background-repeat: no-repeat;
  padding-left:10px;
  background-position: 0 4px;
}

#idiomas a {
  color:#f44c0a;
  text-decoration: none;
}

#idiomas a:hover {
  color:#333333;
}

#logo {
  width:225px;  
  height:45px;
  float:left;
}

#menu_principal {
  margin-left:225px;
  height:22px;  
  padding-top:23px;
  font-weight: bold;
  font-size:95%;  
}

#menu_principal ul {
  list-style: none;
  margin:0px;
}

#menu_principal li {
  float:right;
}

#menu_principal .uno {
  background:url(../images/css/01.gif);
  background-repeat:no-repeat;  
  background-position: 0 1px;  
}

#menu_principal .dos {
  background:url(../images/css/02.gif);
  background-repeat:no-repeat;  
  background-position: 0 1px;  
}

#menu_principal .tres {
  background:url(../images/css/03.gif);
  background-repeat:no-repeat;  
  background-position: 0 1px;    
}

#menu_principal .cuatro {
  background:url(../images/css/04.gif);
  background-repeat:no-repeat; 
  background-position: 0 1px;     
}

#menu_principal .cinco {
  background:url(../images/css/05.gif);
  background-repeat:no-repeat; 
  background-position: 0 1px;     
}

#menu_principal .seis {
  background:url(../images/css/06.gif);
  background-repeat:no-repeat; 
  background-position: 0 1px;     
}

#menu_principal a {
  padding-left:25px;
  margin-left:18px;
  text-decoration: none;
  color:#000;
}

#menu_principal li a:hover {
  color:#888;
}

#foto_cabecera {
  clear:both;
  border-top:7px solid #000;
  text-align: right;
  background-color:#d24109;
}

#menu_contextual {
  width:195px;
  float:left;
  background-image:url(../images/css/fondo_menu_contexttual.gif);
  background-repeat:no-repeat;
  text-align: right;
  padding:15px;
}

#menu_contextual h1 {
  color:#fff;
  margin-bottom:60px;
}

#menu_contextual ul {
  list-style: none;
}

#menu_contextual ul li {
  border-bottom:1px solid #d3d3d3;
  padding: 3px 0;
}

#menu_contextual ul li a {
  text-decoration: none;
  color:#f44c0a;
  font-weight: bold;
}

#menu_contextual ul li ul li {
  border-bottom:none;
  border-top:1px solid #d3d3d3;  
  font-size:90%;
}

#menu_contextual ul li ul li a {
  text-decoration: none;
  color:#727272;
  font-weight: normal;  
}

#main {
  background-color: #fff;
  overflow:hidden;
  width:900px;
}

#main p {
  line-height: 1.4em;
}	

#contenidos {
  width:420px;
  float:left;
  padding:15px;
}

#contenidos ul {
  margin-left:2em;
}

#contenidos h2 {
  color: #f44c0a;
  margin-bottom:60px;  
}

#contenidos h3 {
  color: #f44c0a;
  margin-bottom:0.4em;
}

#contenidos h4 {
  color: #f44c0a;
}

#fotos {
  width:190px;
  float:left;
  padding-top:90px;
  margin-left:35px;
  text-align: right;
}

#fotos p {
  background-color: #f44c0a;
  padding:12px;
  color:#fff;
  font-size: 90%;
  text-align: left;
}

#footer {
  clear:both;
  background-color:#868686;
  padding:10px 20px 30px 20px;
  border-top:15px solid #fff;
}

#footer a {
  color:#eee;
  text-decoration: none;
  margin-left:10px;
}

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

#paginas {
  text-align : right;
  padding-top:10px;
  padding-right:10px;
}

.ficha {
  background-color:#dadada;
  padding:10px;
  width:283px;
  overflow: hidden;
  float:left;
  margin-right: 15px;
}

.ficha p {
  line-height: 1.1em;
}

.ficha img {
  float: left;
  border:1px solid #666;
  margin-right: 10px;
}

.ficha_naranja {
  background-color:#f44c0a;
  padding:15px;
  text-align: left;
  margin-top:100px;
}

.ficha_naranja p {
  margin-bottom:0.5em;
}

.ficha_naranja a {
  color:#000;
}

.ficha_naranja h4 {
  color:#fff;
  margin-bottom: 0.5em;
}

.ficha_noticia {
  clear:both;
  width:900px;
  overflow:hidden;
  margin-bottom:20px;
}

.fecha_noticia {
  width:225px;
  float:left;
  text-align: right;
  border-bottom: 1px solid #bbb;  
  font-weight:bold;
  font-size:120%;
  color:#383838;
  padding-bottom: 3px;
}

.contenidos_noticia {
  width:420px;
  float:left;
  padding:0 15px;
}

.contenidos_noticia h3 {
  font-size:120%;
  color:#E05811;
}

.foto_noticia {
  width:190px;
  float:left;
  margin-left:35px;
  text-align: right;
}

#main .link_boton {
  font-size: 120%;
  text-decoration: none;
  color: #f44c0a;  
  font-weight:bold;
}

#main .link_boton:hover {
  color:#666666;
}

.tabla_certificados {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-top:1em;  
}

.tabla_certificados td {
  padding: 10px 10px;
  border:none;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;    
}