/* CSS Document */


<!--

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(imagenes/fondo.gif);
	background-repeat: repeat-x;
	background-color: #5E8AB6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#principal {
	width: 955px;
	margin: 0 auto;
}

#cabecera {
	height: 204px;
}

#pie {
	height: 62px;
	background-image:url(imagenes/fondo_pie.gif);
	background-repeat:no-repeat;	
	text-align:right;
	clear:both;
	padding-top:20px;
}

#pie a {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	margin-right:35px;
	_margin-right:45px;
}

#centro {
	background-image:url(imagenes/fondo-centro.gif);
	background-repeat:repeat-y;
	/*height:310px;*/
}

#col_menu {
	float:left;
	width:237px;
	height:234px;
	background-image:url(imagenes/fondo_menu_top.gif);
	background-repeat:no-repeat;
	padding-top:20px;
}

#col_der {
	float:right;
	width:718px;
	height:234px;
	background-image:url(imagenes/fondo_cont_top.gif);
	background-repeat:no-repeat;
	/*padding-top:30px;*/
	}

.menu {
	list-style-type:none;
	/*padding-top:10px;*/
	
}

.menu li {
	margin-bottom:4px;
}

#imagen-inicio {
	float:left;
	margin-left:40px;
	_margin-left:20px;
	background-color:#FFFFFF;
	text-align:center;
	margin-top:20px;
	width:163px;
	border:1px solid #AEC2CE;
}

#imagen-inicio img{
	/*border:3px solid #FFFFFF;*/
	padding:3px;
	background-color:#FFFFFF;
	
}

p.txt_inicio {
	float:right;
	width:450px;
	text-align:justify;
	line-height:22px;
	font-size:13px;
	color:#1C3069;
	margin-bottom:12px;

}

p.epigrafe {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#395384;
	height:25px;
	padding-top:5px;
	font-weight:bold;
}

#col_txt {
	margin-right:30px;
	margin-top:60px;
}

#col_medios {
	width:500px;
	margin-left:110px;
	margin-top:30px;
}

h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:12px;	
	color:#1C3069;
	border-bottom: 1px dotted #003366;
	background-image:url(imagenes/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0 4px; 
	padding-left:21px;
}

p.txt_medios {
	margin-bottom:10px;
	font-size:12px;
	line-height:20px;
	text-align:justify;
	color:#1C3069;
}

table {
	color:#003366;
}

table td {
	padding:4px;
}

#col_trabajos {
	width:600px;
	margin-left:60px;
	margin-top:30px;
}

h3 {
	margin-bottom:16px;
	margin-top:100px;
	font-size:14px;
	color:#FF6600;
	border-bottom: 1px dotted #999999;
}

h4 {
	margin-bottom:10px;
	margin-top:30px;
	font-size:12px;
	font-weight:bold;
	color:#003366;
}

#col_trabajos ul{
	list-style-type:none;
	color:#1C3069;
}

#col_trabajos ul li{
	margin-bottom:12px;
}

a.trabajos {
text-decoration:none;
color:#0000FF;
margin-bottom:6px;
}

a.trabajos:hover {
text-decoration:underline;
color:#0000FF;
}

.marco {
padding:3px;
background-color:#FFFFFF;
border: 1px solid #CCCCCC;
margin-bottom:3px;
}

/* Darle cuerpo a un div ------------------------------*/

.fixfloat:after {
    content: "."; 
    display: block; 
    height: 0px;
    font-size: 0.1em;
    clear: both; 
    visibility: hidden;
}

/* \*/
* html .fixfloat {height: 1%;}
/*  */
-->

.datos_contacto {
margin-top:30px;
font-size:13px;
line-height:22px;
}
