/* CSS Document */


/* ------------------------------------- General -----------------------------------*/
HTML , body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0px;
padding: 0px;
border: 0px;

font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}


body{
	background-image:url("../img/fondo.gif");
	background-repeat: repeat-x;
	background-color: #E5E5E5;
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #232323;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

/* ----------- Encabezados y parrafo -------------*/

h1{
	display:none;
}

h2{
	font-family: georgia, arial;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
}

h3{
	font-family: georgia, arial;
	font-size: 14px;
	font-weight: bold;
	color: #c4241f;
	padding-bottom: 15px;
}

h4{
	font-family: trebucet ms,georgia, arial;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	padding: 8px 0px 0px 20px;
}

h5{
	font-family: trebucet ms,georgia, arial;
	font-size: 12px;
	font-weight: normal;
	color: #044557;
	text-transform: uppercase;
	padding-bottom: 2px;
}

h6{
	font-family: trebucet ms,georgia, arial;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	padding: 5px 10px 0px 0px;
	text-align: right;
}


/* ----------- Capas -------------*/
#general{
	width:1000px;
	margin: 0px auto;
	padding: 0px;
}

#cabecera{
	height:90px;
	margin: 0px auto;
	width: 1000px;
	margin-top: 10px;
	background-image:url("../img/fondocabecera.gif");
	background-repeat: no-repeat;
	background-position: center;
}

#logo{
	width: 340px;
	float: left;
}

#menu{
	width: 500px;
	float: left;
	padding-top: 20px;
	padding-right: 30px;
	text-align: right;
}

.menu_unico{
	width: 1100px;
	height: 100px;
	padding: 10px;
	font-size: 22px;
	text-align: center;
	font-family: arial;	
	color: #ffffff;
}

#idiomas{
	float: left;
	padding-top: 20px;
	width: 130px;
	text-align: center;
}	

#titulo{
	clear: both;
	margin: 0px auto;
	width: 1000px;
	height: 10px;
}

#flash{
	clear: both;
	width: 668px;
	padding: 1px;
	background-color: #dcdcdc;
	margin-bottom: 25px;
	
}

#cuerpo{
	clear: both;
	margin: 0px auto;
	width: 1000px;
	background-color: #ffffff;
}

#cont_menu{
	width: 1000px;
	height: 44px;
	background-color: #c23547;
	background-image: url(../img/fondo_menu.gif);
	background-repeat: repeat-x;
}

#cont_menu .selc{background-color: #000000;color: #ffffff;}

#cont_submenu{
	width: 1000px;
	height: 35px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #c6c6c6;
}

#cuerpo1{
	width: 670px;
	min-height: 260px;
	float: left;
	padding: 30px 40px 30px 40px;
	font-size: 12px;
	text-align: justify;
	font-family: arial;
	line-height: 18px;
}

#cuerpo2{
	width: 249px;
	float: left;
    /*	border-left:  1px solid #dcdcdc;*/
	border-bottom: 1px solid #dcdcdc;
	margin-top:30px;
}

#cuerpo_prestakuntza{
	width: 670px;
	min-height: 260px;
	float: left;
	padding: 30px 40px 30px 40px;
	font-size: 14px;
	text-align: justify;
	font-family: arial;
	line-height: 18px;
}

.gran_titular_prestakuntza{
	font-size: 20px;
	font-weight: bold;
}
#titular_prestakuntza{
	font-size: 18px;
	text-align: justify;
	font-family: arial;
	font-weight: bold;
}
#cuerpo_prestakuntza{
	font-size: 16px;
	text-align: justify;
	font-family: arial;
}

#pie{
	margin: 0px auto;
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 140px;
}

#logos{
	clear: both;
	width: 100%;
	text-align: center;
}


#pie1{
    width: 655px;
    height: 180px;
	background-color: #ffffff;
	float:left;
	padding: 10px 20px 20px 20px;
}

#pie2{
    width: 255px;
    height: 110px;
	background-color: #ffffff;
	background-image: url(../img/logos.gif);
	background-repeat: no-repeat;
	background-position: center;
	float:left;
	padding: 20px;
}

#copyright{
	clear: both;
	margin: 20px auto;
	width: 980px;
	padding: 10px;
	background-color: #ececec;
	color: #989898;
}
	
/* ----------- clases -------------*/
.both{	
	clear: both;
	height: 1px;
	}
	
.center{
	text-align: center;
}

.menu{
	font-size: 12px;
	float: left;
	padding: 13px 22px;
	border-right: 1px solid #c6c6c6;
	color: #333333;
	font-weight: bold;
	
	
}

.nl{border-right: none;}

.menu a{text-decoration: none; color: #000000;}
.menu a:hover{text-decoration: none; color: #c4241f;}

.msub_sel{
	font-size: 15px;
	border-bottom: 1px solid #ffffff;
	color: #C4241F;
	font-weight: bold;
	background-color: #ffffff;
	padding: 12px 20px;
}

.msub_sel a{text-decoration: none; color: #c4241f;}
.msub_sel a:hover{text-decoration: none; color: #000000;}

.submenu{
	font-size: 12px;
	float: left;
	padding: 9px 10px;
	border-right: 1px solid #c6c6c6;
	color: #333333;
	
	
}

.submenu a{text-decoration: none; color: #000000;}
.submenu a:hover{text-decoration: none; color: #c4241f;}

.sub_sel{
	font-size: 12px;
	border-bottom: 1px solid #ffffff;
	color: #C4241F;
	font-weight: bold;
	background-color: #ffffff;
	padding: 9px 10px 8px 10px;
}

.sub_sel a{text-decoration: none; color: #c4241f;}
.sub_sel a:hover{text-decoration: none; color: #000000;}

.line{
	clear: both;
	padding-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}

.line2{
	clear: both;
	padding-top: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
}


.ftiz_total{
	float: left;
	border: 1px solid #dcdcdc;
	padding: 2px;
	margin-right: 10px;
	max-width: 290px;
    /*height: 140px;*/
}

.cajatitulo_total{
	width: 249px;
	height: 37px;
	background-image: url(../img/fondo_casilla.gif);
	background-repeat: repeat-x;
}



.ftiz{
	float: left;
	border: 1px solid #dcdcdc;
	padding: 2px;
	margin-right: 10px;
	width: 290px;
    height: 140px;
}

.cajatitulo{
	width: 249px;
	height: 37px;
	background-image: url(../img/fondo_casilla.gif);
	background-repeat: repeat-x;
}

.ng{background-image: url(../img/fondo_casilla_ng.gif);
	background-repeat: repeat-x;}
	
.cajatitulo2{
	width: 249px;
	height: 25px;
	background-image: url(../img/fondo_casilla.gif);
	background-repeat: repeat-x;
    	border-left:  1px solid #dcdcdc;
}

.adr{
	background-image: url(../img/adr.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 35px;
}

.caja_min{
	width: 140px;
	border: 1px solid #cacaca;
	height: 14px;
	margin-left: 45px;
}

.cont_noticias{
	width: 300px;
	border-right: 1px solid #dcdcdc;
	float: left;
	padding-right: 30px;
	padding-bottom: 30px;
}

.cont_noticias_total{
	width: 600px;
	border-right: 1px solid #dcdcdc;
	float: left;
	padding-right: 30px;
	padding-bottom: 30px;
}

.nl20{border-right: none;padding-left: 30px;padding-right: 0px;}

.bi{margin-left: 10px;}

.but_min{
	font-family: arial;
	font-size:9px;
	color: #000000;
	border:none;
	padding:6px 4px 3px 4px;
	background-color: #cacaca;
	cursor: pointer;
	width: 20px;
}

.pd10{padding-top: 10px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}

.pdll{padding-left: 380px;}
.pdll a{color: #989898;text-decoration: none;}
.pdll a:hover{color: #000000;text-decoration: none;}

.right{padding: 10px 0px 0px 160px;}
.right a{color: #fabe07;text-decoration: none;}
.right a:hover{color:#ffffff;text-decoration: none;}

.pu{
	float:left;
	width: 210px;
}

a.lis {padding: 0px 5px 0px 5px;}
a.lis:hover{background-color: #c23547; color: #ffffff;}

a.tl {color: #2f5564;}

a.am{color: #ffffff;}
a.am:hover{color: #fabe07;}

.mas{width:68px;}

.volv{
text-align: center;	
font-weight: bold;
padding-top: 20px;
}
/* ----------- listas -------------*/

#menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display:inline;
}
#menu li {
	display:inline;
	text-decoration: none;
	color: #ffffff;
}
#menu li a{
	display:inline;
	text-decoration: none;
	font-weight:normal;
	font-family: arial;
	font-weight: bold;	
	font-size: 11px;
	color: #ffffff;
	padding: 1px 3px;
	background-color: transparent;
	border-right: 1px solid #ffffff;
}
#menu li a:hover {
	text-decoration: none;
	font-family: arial;	
	font-size: 11px;
	font-weight: bold;
	color: #d21e4e;
	background-color: #ffffff;
	padding: 1px 3px;
	border-right: 1px solid #ffffff;
	
}

#idiomas ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display:inline;
}
#idiomas li {
	display:inline;
	text-decoration: none;
	font-weight:normal;
}
#idiomas li a{
	display:inline;
	text-decoration: none;
	font-weight:normal;
	color: #f9bbcd;
	border-right: 1px solid #ffffff;
	padding: 0px 5px;
	font-size: 13px;
}
#idiomas li a:hover {
	text-decoration: none;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	padding: 0px 5px;
	
}

#idiomas li a.bo{border-right: none;}
#idiomas li a.selc{color: #ffffff;}
#idiomas li a.selc:hover{color:#f9bbcd;}

.menu a{color:#ffffff;text-decoration: none;}
.menu a:hover{color:#000000;text-decoration: none;}


li.noti {padding:10px; text-decoration: none;}
a.neg{color: #000000;}
a.neg:hover{color: #c23547;}
a.rg{color: #c23547;}
a.rg:hover{color: #000000;}


#pie1 li a{font-family: arial; font-size: 10px;color:#bfb082;text-decoration: none;}
#pie1 li a:hover{color: #c4241f;text-decoration: none;}
#pie1 li a.tit{color:#436876;text-decoration: none;text-transform: uppercase;}
#pie1 li a.tit:hover{color:#c4241f;text-decoration: none;text-transform: uppercase;}


#cuerpo1 ul{
	margin:10px 0px 10px 20px;
	padding:10px 0px;
}

#cuerpo1 li{
	list-style-type:square;
	margin:0px;
	padding:5px 0px;
}

	
/* ----------- enlaces -------------*/

a {
	color:#ce231e;
	text-decoration: none;
}

a:hover {
	color:#b05d06;
	text-decoration: none;
}

/* ----------- cuadro -------------*/

.cuad{
	background-color: #c23547;
	color: #ffffff;
	padding: 6px;
	text-align: center;
}

.cab{
	color: #ffffff;
	background-color: #6ab3ca;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #406776;
	text-transform: uppercase;
	font-weight: bold;
}

.res{
	color: #000000;
	background-color: #f5f5f5;
	padding: 10px;
	font-weight: normal;
}

.re{
	background-color: #f6e4e6;
}

.center {
	text-align: center;
}

	
/* ----------- formulario -------------*/

form {
	padding: 0px;
	margin:0px;
}

input{
	font-size:100%;
	color:#444444;
	border:1px solid #ddd;
	padding:4px 6px;
	margin:5px 0px 10px 0px;
	background: url(../img/fondo_boton_menu_hor.gif) repeat-x  #ffffff;
	}

textarea{
	font-size:100%;
	color:#444444;
	border:1px solid #ddd;
	padding:4px 6px;
	margin:5px 0px 10px 0px;
	background: url(../img/fondo_boton_menu_hor_txt.gif) repeat-x  #ffffff;
	}
	
fieldset {border:1px solid #ddd; padding:10px; }

legend {padding:10px; font-weight:bold;}

.button{
	font-size:100%;
	color: #fff;
	border:1px solid #ddd;
	padding:4px 10px;
	margin:5px 0px 0px 0px;
	background-color: #3ea8b6;
	cursor: pointer;
	width: 150px;
}
	
/*--- bordes redondeados---*/

.curvy {position:relative; width:1000px; margin:0px auto;}
#ctl, #cbl, #ctr, #cbr, #ctlg, #ctrg {position:absolute; width:20px; height:20px; overflow:hidden; font-style:normal; z-index:1;}
#ctl {top:0px; left:0px;}
#ctlg {top:0px; left:0px;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#ctrg {top:0; right:0;}
#cbr {bottom:0; right:0;}
.curvy em b {position:absolute; font-size:150px; font-family:arial; color:#ffffff; line-height:40px; font-weight:normal;}
.curvy #ctr b {color:#c23547;}
.curvy #ctl b {color:#c23547;}
.curvy #ctlg b {color:#000000;}
.curvy #ctrg b {color:#000000;}

#ctl b {left:-12px; top: -5px; background-color:#487b88;}
#ctlg b {left:-12px; top: -5px; background-color:#487b88;}
#ctr b {left:-22px; top: -5px; background-color: #65B1C5;}
#ctrg b {left:-22px; top: -5px; background-color: #65B1C5;}
#cbl b {left:-10px; top:-10px; background-color:#E5E5E5;}
#cbr b {left:-22px; top:-12px; background-color: #E5E5E5;}
.curvy p {position:relative; z-index:100;}


.curvy2 {position:absolute; width:695px;}
#ctl2, #cbl2, #ctr2, #cbr2 {position:absolute; width:20px; height:20px; overflow:hidden; font-style:normal; z-index:1;}
#ctl2 {top:0px; left:0px;}
#cbl2 {bottom:0; left:0;}
#ctr2 {top:0; right:0;}
#cbr2 {bottom:0; right:0;}
.curvy2 em b {position:absolute; font-size:150px; font-family:arial; color:#ffffff; line-height:40px; font-weight:normal;}

#ctl2 b {left:-12px; top: -5px; background-color:#e5e5e5;}
#ctr2 b {left:-22px; top: -5px; background-color: #e5e5e5;}
#cbl2 b {left:-10px; top:-10px; background-color:#e5e5e5;}
#cbr2 b {left:-22px; top:-12px; background-color: #e5e5e5;}
.curvy2 p {position:absolute; z-index:100;}


.curvy3 {position:absolute; width:295px; margin:0px 0px 0px 705px;}
#ctl3, #cbl3, #ctr3, #cbr3 {position:absolute; width:20px; height:20px; overflow:hidden; font-style:normal; z-index:1;}
#ctl3 {top:0px; left:0px;}
#cbl3 {bottom:0; left:0;}
#ctr3 {top:0; right:0;}
#cbr3 {bottom:0; right:0;}
.curvy3 em b {position:absolute; font-size:150px; font-family:arial; color:#ffffff; line-height:40px; font-weight:normal;}

#ctl3 b {left:-12px; top: -5px; background-color:#e5e5e5;}
#ctr3 b {left:-22px; top: -5px; background-color: #e5e5e5;}
#cbl3 b {left:-10px; top:-10px; background-color:#e5e5e5;}
#cbr3 b {left:-22px; top:-12px; background-color: #e5e5e5;}
.curvy3 p {position:absolute; z-index:100;}