@charset "utf-8";

*{
    margin:0;
    padding:0;
}
body{
    background:#f6f6f6;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}

#contenidos{
    background:#ffffff;
    width:998px;
    margin:auto;
    padding-left:0px;
}

#cabecera{
    width:998px;
    height:147px;
	background:#f6f6f6 url(./img/cabecera.jpg) no-repeat top left;

}

#menu{
    width:997px;
    height:30px;
    text-align:left;
/*	background:#343434;*/
	border-right:#ccc solid 1px;
	position:relative;
	background:#000 url(./img/fondomenu.jpg);
}

#ticker{
    width:997px;
    background:#000;
    height:25px;
    color:#666;
border-right:#ccc solid 1px;
text-align:center;
/*padding:6px 20px 0px 20px;*/
    font-size:10px;
	display:none;
}

#columna{
    width:998px;
    background:#FFFFFF url(./img/back2.gif) repeat-y center;
}

#footer{
    color:#666;
	background:#f6f6f6 url(./img/footer.gif) no-repeat top center;
    font-size:11px;
    text-align:center;
	margin-bottom:40px;
    width:998px;
    padding-bottom:70px;
    padding-top:25px;
}

#footer a{
    color:#FFFFFF;
    text-decoration:none;
}

#footer a:hover{
    border-bottom:1px #fff solid;
}

#footer .verde{
    color:#45a002;
}

/**************************************************************************************************************/



#menu a{
	text-decoration:none;
	color:#fefefe;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

#menu a:hover{
	color:#f90;
	text-decoration:none;
}

#menu ul{
	list-style:none;
}

#menu li{
	list-style:none;
	float:left;

	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	position:relative;
}


#menu li ul { /* lista de segundo nivel */
	display: none;
	position: absolute;
	top:27px;
	left: 0;
	z-index:200px;
	padding-bottom:0px;
}

#menu li ul li{
	float:none;
	height:25px;
	padding:0;
}

#menu li ul li a{
	background:#f2b13d;
	width:200px;
	height:25px;
	color:#333;
	display:block;
	padding:5px 5px 0px 5px;
}

#menu li ul li a:hover{
	background:#e42b17 url(img/ahover.jpg) no-repeat;
	color:#fff;
	display:block;
}

#menu li > ul { 
	top:27px;
	z-index:200px;
}

#menu li:hover ul, li.over ul {
	display: block;
	z-index:200px;
}





#columna3{
    width:998px;
    float:left;
    padding-bottom:30px;
	padding-top:7px;
}

#columna3 a{
    color:#ff9900;
    text-decoration:none;
}

#columna3 a:hover{
    color:#ff0000;
}

#columna3_izquierda{
  width:450px;
  float:left;
    padding-bottom:30px;
	padding-left:20px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-right:20px;
	text-align:justify;

}

#columna3_centro{
    float:left;
    width:240px;
    text-align:justify;
    padding-right:10px;
    padding-left:20px;
}

#columna3_derecha{
    float:left;
    width:220px;
    padding-right:5px;
	padding-left:5px;
	text-align:right;
	color:#CCC;
}

#titulo{
    width:570px;
    background:url(img/fondotitulo.jpg) repeat-x top left;
    height:39px;
    padding:5px 10px 0px 0px;
    color:#fe8445;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:18px;
}

.titulo2{
    width:570px;
    height:39px;
    padding:5px 10px 0px 10px;
    color:#410404;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:20px;
}


.contenido{
    text-align:justify;
    padding:10px 10px 10px 10px;
}

.detalle{
    width:268px;
    margin:0px 0px 15px 25px;
    float:left;
}

.detalle .det_titulo{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:14px;
    font-weight:bold;
    color:#410404;
    border-bottom:#410404 solid 1px;
}

.detalle .det_texto{
    text-align:justify;
    padding-top:5px;
}

/*###################################################################*/

.titulo_detalle{
	width:400px;
    height:39px;
    padding:5px 10px 10px 0px;
	display:block;
    color:#410404;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:20px;
}

.noticia{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:#ddd 1px solid;
	width:400px;
}


.noticia_detalle{
	width:400px;
}

.titulo_not{
	color:#F30;
	display:block;
	margin-bottom:0px;
	font-size:13px;
}

.cuerpo_not{
	text-align:justify;
}

.fecha_not{
	font-size:9px;
}

/*####################### columna central #############################*/

.nombre_empresa{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#F60;
}


.formulario{
	font-family:Verdana, Geneva, sans-serif;
	width:450px;
	height:120px;
	font-size:12px;
	color:#eee;
	background:#f6f6f6 url(./img/fondoformulario.jpg) no-repeat top left;
}


.PopBoxImageSmall
{
   border: none 0px white;
   cursor: url("http://www.iatpv.es/img/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
   border: solid thin #000;
   cursor: url("http://www.iatpv.es/img/magminus.cur"), pointer;
} 