﻿@import url('Reset.css');
@import url('Layout.css'); 
@import url('RoundedBox.css'); 
@import url('MenuStyle.css');
body 
{
	margin:0px;
	padding:0px;
	border-width:0px;
	background:#0066CC;
	font-family:Verdana;
	font-size:11px;
	color:#666666;
	text-align:justify;
}
h1
{
	font-size:22px;
	text-align:left;
	margin-top:15px;
	margin-bottom:15px;
	font-weight:bold;
	font-family:Verdana;
	color:#666666;
}
h2
{
	font-size:22px;
	text-align:left;
	margin-top:15px;
	margin-bottom:15px;
	font-weight:bold;
	color:#0066CC;	
}
h3
{
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
h4
{
	font-size:15px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
h5
{
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
h6
{
	font-size:11px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
p
{
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:justify;
}
a:link
{
	color: #0066CC;
	text-decoration: none;
}
a:visited
{
	color: #0099FF;
	text-decoration: none;
}
a:hover
{
	color: #0066CC;
	text-decoration: underline;
}
a:active
{
	color: #0066CC;
	text-decoration: none;
}
a:hover:visited
{
	color: #0099FF;
	text-decoration: underline;
}
li
{
	list-style-type:square;
	margin:5px;
	list-style-image:url('../Imagenes/roundblue_bullet.png');
}
ul
{
	margin-left:10px;
}	
strong
{
	font-weight:bold;
}
em
{
	font-style:italic;
}
/* ------ Especificas ------- */
#DivBanner
{
	width:684px;
	height:100px;
	background:url('../Imagenes/banner_eremu.png');
	cursor:pointer;
}
#DivMascaraBanner
{
	width:684px;
	height:100px;
	background-image:url('../Imagenes/mascaraBanner.png');
}
.listaHorizontal li
{
	display:inline;
	margin:3px;
	background:url("../Imagenes/squareblue_bullet.gif") no-repeat 0px 2px; 
	padding-left:14px;
}
table.sectores td
{
	vertical-align: top;
	border: 5px solid transparent;
	text-align:justify;
}
table.sectores .title
{
	margin:5px;
}
table.sectores .descrip
{
	margin-left:5px;
	margin-right:5px;
}
table.sectores img
{
	border:solid 1px #666666;
}
.formulario br
{
	clear: left ;
}

.formulario label, .formulario input, .formulario textarea, .formulario div
{
	display: block;
	width: 230px;
	float: left;
	margin-bottom: 10px;
	vertical-align: middle;
}

.formulario select
{
	width: 125px;
	margin-bottom: 10px;
	vertical-align: middle;
}
.formulario label
{
	text-align: right;
	width: 150px;
	padding-right: 20px;
	vertical-align:middle;
}

.formulario div label, .formulario div input
{
	text-align: left;
	display: inline;
	float: none;
	margin-bottom: 0;
	width: auto;
}
.formulario .captcha
{
	width: 50px;
	margin-left:10px;
}
.formulario
{
	float:left;
	margin-top:10px;
}
.imgBandera /* Imagenes de las Banderas de los diferentes idiomas */
{
	cursor: pointer;
	vertical-align:middle;
	border:0px;
}
.formulariobuttons
{
	float:right;
}
.formulariobuttons input
{
	margin-right:20px;
	margin-top:10px;
}	
.error, .emailenviado
{
	display: block;
	padding: 5px;
	text-align: center;
	clear:both;
	font-style: italic;
	color:Black;
}
.error
{
	border: solid 1px #FF6666;
	background-color: #FF9999;
}

.emailenviado
{
	border: solid 1px #a4cfef;
	background-color: #dff1ff;
}
.formulario .captchainput
{
	width:130px;
}
.validationsummary
{
	background-color: #FFDADA;
	border-width: 1px;
	border-style: dashed;
	border-color: Red;
	clear:left;
	width:400px;
	margin-top:10px;
}
.validationsummary li
{
	list-style-image:none;
	margin-left:10px;
}
	
/* ------------- MENU -------------- */
/*
.menu
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 40px;
	display: block;
}
.menu li a
{
	text-align: left;
	height: 40px;
	padding: 0px 5px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	display: block;
	background: url(   '../Imagenes/MenuImages.png' ) 0px 0px no-repeat;
	text-decoration: none;
}
.menu li a:hover
{
	background: url(   '../Imagenes/MenuImages.png' ) 0px -40px no-repeat;
	color:#333333;
}
.menu li a.active, .menu li a.active:hover
{
	background: url(   '../Imagenes/MenuImages.png' ) 0px -80px no-repeat;
	color:#333333;
}
.menu li a span
{
	line-height: 40px;
}
.menu li a:hover:visited
{
	text-decoration: none;
}*/
/* ------------ FIN MENU ------------ */

/* Provisionales */
#DivPie a:link
{
	color: White;
	text-decoration: none;
}
#DivPie a:visited
{
	color: White;
	text-decoration: none;
}
#DivPie a:hover
{
	color: White;
	text-decoration: underline;
}
#DivPie a:active
{
	color: White;
	text-decoration: none;
}
#DivPie a:hover:visited
{
	color: White;
	text-decoration: underline;
}


#DivBreadcrumb
{
	width:664px;
	height:20px;	
	position:relative;
	margin:10px;
	border-bottom: dotted 1px #999999;
}
#DivBreadcrumb a:link
{
	color: #666666;
	text-decoration: none;
}
#DivBreadcrumb a:visited
{
	color: #666666;
	text-decoration: none;
}
#DivBreadcrumb a:hover
{
	color: #666666;
	text-decoration: underline;
}
#DivBreadcrumb a:active
{
	color: #666666;
	text-decoration: none;
}
#DivBreadcrumb a:hover:visited
{
	color: #666666;
	text-decoration: underline;
}
.noticiasPortada
{
    position:absolute;
    top:450px;
    left:16px;
    z-index:5;
    font-weight:bold;
    font-size:10px;
    background-color:#d4d4d4;
    width:364px;
    height:90px;
}
.noticiasPortada a
{
    display:block;
    margin:5px 10px 5px 10px;
    font-size:10px;
}


