﻿body
{
    font-family: Arial;
    font-size: 12px;
}
a:link, a:visited
{
    color: Black;
}
a:hover
{
    color: #f78f1e;
}

#all
{
    width: 1000px;
    margin: 0 auto;
}
#contenedor
{
}

#top
{
    height: 80px;
    background-image: url("../img/fondoTopNaranja.jpg" );
    background-repeat: no-repeat;
}

#bottom
{
    height: 80px;
    background-image: url("../img/fondoBottomNaranja.jpg" );
    background-repeat: no-repeat;
}

#cuerpo
{
    background-image: url("../img/fondoCentroNaranja.jpg" );
    background-repeat: repeat-y;
}


#colIzq
{
    float: left;
    padding-left: 50px;
    width: 200px;
}

#colDrch
{
    float: left;
    width: 600px;
    margin-left: 120px; //margin-left:80px;
}



#cabecera
{
    background-image: url("../img/logoCitet.jpg" );
    background-repeat: no-repeat;
    height: 85px;
}

#menuGeneral
{
    text-align: right;
    padding-top: 35px;
}

#menuTop
{
    text-align: right;
}

#menuGeneral ul
{
   	padding-left: 150px;
	//padding-left: 110px;
}

#menuGeneral ul li
{
    float: left;
    margin-right: 15px;
    list-style: none;
}

#menuGeneralAdom
{
    text-align: right;
    padding-top: 35px;
}


#menuGeneralAdom ul
{
   	padding-left: 130px;
	//padding-left: 80px;
}

#menuGeneralAdom ul li
{
    float: left;
    margin-right: 15px;
    list-style: none;
}



ul#listadoA li
{
    padding-bottom: 10px;
    list-style-image: url(../img/bullNaranja.jpg);
}


/*-----------------------------------------------------------------------------*/

#pie
{
    text-align: center;
    margin-left: 450px;
}

#pie ul
{
    margin: 0px;
}

#pie ul li
{
    float: left;
    margin-right: 15px;
    list-style: none;
}

/*-----------------------------------------------------------------------------*/

ul#listadoB li
{
    padding-bottom: 10px;
    list-style-image: url(../img/bullCheck.jpg);
}

ul#listadoB
{
    margin: 0px;
    margin-left: 50px;
    color: #fff;
}

/*-----------------------------------------------------------------------------*/
table#tablaFormulario
{
    color: #fff;
}

table#tablaFormulario tr th
{
    color: #fff;
    text-align: right;
}
/*-----------------------------------------------------------------------------*/


/*------n o t i c i a s--------------------------------------------------*/
#titulo
{
    font-size: 20px;
}
#resumen
{
    color: #6c7f8e;
    text-align: justify;
}
#cuerpoNoticia
{
    margin-bottom: 50px;
}
#linkNoticia
{
    margin-bottom: 20px;
    text-align: right;
}
#tituloPagina
{
    color: #f78f1e;
    font-size: 20px;
    border-bottom: 1px solid #F2F2F2;
    width: 550px;
    margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------*/
/*------p r o y e c t o s--------------------------------------------------*/
#fechaFin
{
    margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------*/

/*------f o r m u l a r i o --------------------------------------------------*/
#topForm
{
    background-image: url(../img/topVacio.jpg);
    width: 566px;
    height: 60px;
    margin-top: 20px;
}
#centroForm
{
    background-image: url(../img/centroServicios.jpg);
    background-repeat: repeat-y;
    width: 566px;
    padding: 20px 0px 20px 20px;
}
#bottomForm
{
    background-image: url(../img/bottomServicios.jpg);
    width: 566px;
    height: 41px;
}
/*-----------------------------------------------------------------------------*/

#tituloA
{
    color: #f78f1e;
    font-size: 20px;
    background-image: url(../img/flecha.jpg);
    background-repeat: no-repeat;
    padding: 13px 0px 0px 80px;
    background-position: left top;
    height: 40px;
}

#SociosPatrocinadores
{
	color: #f78f1e;
	font-size: 25px;
	background-image: url(../img/flecha.jpg);
	background-repeat: no-repeat;
	padding: 10px 0px 0px 80px;
	background-position: left top;
	height: 40px;
}
#SociosPatrocinadores
{
	color: #f78f1e;
	font-size: 25px;
	background-image: url(../img/flecha.jpg);
	background-repeat: no-repeat;
	padding: 10px 0px 0px 80px;
	background-position: left top;
	height: 40px;
}
ul#menuA li
{
    list-style-image: url(../img/bullBlanco.png);
    padding-bottom: 10px;
}

#menuA a:link
{
    color: #ffffff;
}

#menuA a:visited
{
    color: #ffffff;
}
#menuA a:hover
{
    color: #cccccc;
}

#tablaformulario
{
    text-align: center;
}

#tablaformulario table caption
{
    padding: 18px 2px 15px 2px;
    color: #cfcfcf;
    background-color: inherit;
    font-weight: normal;
    text-align: center;
    text-transform: capitalize;
}

#tablaformulario table
{
    border: 1px solid Orange;
    margin: 0 auto;
}
#tablaformulario table tr td
{
    padding: 6px 9px;
    text-align: left;
}
#tablaformulario table thead th
{
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #D9D9D9;
    font-weight: bold;
    text-align: left;
    padding: 16px 9px;
    color: #592C16;
}
#tablaformulario table tbody tr th
{
    background-color: #fff;
    font-weight: normal;
    padding: 6px 9px;
}

#tablaformulario table tbody td
{
    border: 1px dashed Orange;
}
#tablaformulario table tbody tr.odd
{
    background-color: #F3F3F3;
}

#tablaformulario table tbody tr:hover
{
    color: #333333;
    background-color: #E5E5D8;
}

#tablaformulario table tbody tr.odd:hover
{
    color: #333333;
    background-color: #E5E5D8;
}

#tablaformulario table tfoot td, #tablaformulario table tfoot th
{
    border-top: 1px solid #ccc;
    font-weight: bold;
    color: #592C16;
    padding: 16px 9px;
}
#contenidoServicios
{
    width: 550px; //padding-left:50px;
}

#socios
{
    margin: 0px 0px 0px 0px; //margin:0px0px0px40px;

}

#socios2
{
	margin: 0px 0px 0px 0px; //margin:0px0px0px40px;

}


#apDiv1
{
    position: absolute;
    width: 1000px;
    height: 500px;
    z-index: 1; /*filter: alpha(opacity=25); 	opacity: .25;*/
    top: 5%;
    left: 5%;
    background-color: #000;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    margin: auto 0px;
}

.apDiv2
{
    /*background-color:Black;*/
    position: absolute;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 2;
}

#capaVentana {
		visibility:hidden;
		position:absolute;
		padding:0px;
		left:260px;
		top:70px;
	/*	left:100px;
		top:100px;*/
	  /* margin-top:-120px;
	   margin-left:270px;*/
		z-index:2;
		
}
	#capaFondo1 {
		visibility:hidden;
		position:absolute;
		padding:0px;
		left:0px;
		top:0px;
		right:0px;
		bottom:0px;
		filter: alpha(opacity=65);
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
	    opacity: .65;
	    background-color:Black;
		/*background-image:url(trans01.gif);
		background-repeat:repeat;*/
		width:100%;
		height:155%;
	    z-index:1;
	}






