body{
	font-size:12px;
	font-family:arial;
}


.ver{
	
	
}


.nover{
	display:none;
}


select {
border:1px solid #A4A4A4;
padding-left:3px;
padding-top:2px;
padding-bottom:2px;
font-size:12px;	
} 

.contenido_banner{
	width:100%;
	height:106px;
	background:url(../images/head.jpg);
	background-repeat:no-repeat;
	background-color: #003469;
}

.banner{
	/*width:821px;
	height:98px;
	background-image:url(../images/head.jpg);
	*/
}
.titulo_head{
	font-family:"Arial";
	font-size:25px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	height: 58px;
    padding-left: 450px;
    padding-top: 20px;
}
#titulo_portada{
	font-family:"Arial";
	font-size:18px;
	font-weight:bold;
	padding-bottom:25px;
}

.menu_cab{
	float: right;
    height: 18px;
    margin: 10px;
    position: relative;
    vertical-align: text-bottom;
    text-align:right
    width: 300px;
    z-index:4;
    color: #ffffff;
}
.menu_cab_home{
	color: #ffffff;
	text-decoration: none;
}

#mnu_desplazamiento{
	float: right;
	color: #000000;
	margin: 5px;
	margin-right:20px;
	text-decoration: none; 
}
.linkdesplazamiento{
	text-decoration: none;
	color: #000000;
}

.fondo_menu_cab{
	width:100%;
	background:url(../images/fondo_menu.png);
	background-repeat:repeat-x;
}

.fondo_fila{
	/*background-color:#F4F4F4;*/
	/*color:#900; #0b78cf;*/
	color:#535353;
	font-size:11px;
	font-weight:normal;
	cursor:pointer;
	padding-top:5px;
	padding-bottom:5px;
	
}

.fondo_fila:hover{
	/*background-color:#FF9;*/
	/*color:#900;*/
	color:#0b78cf;
	font-size:11px;
	font-weight:normal;
	cursor:pointer;
	padding-top:5px;
	padding-bottom:5px;	
	/*padding-bottom:5px;*/
}


.titulo_general{
	color:#900;
	padding:10px;
		border-bottom:1px solid #BBBBBB;
		font-weight:bold
}

.contenedor{
	padding:5px;
	margin:10px;
	line-height: 20px;
}



#contenido{
	padding:20px;
	margin:10px;
}

#cabcontenido
{
	padding:20px;
	/*margin:10px;*/
}


table.menu{
	width:100%;
	font-weight:bold;
}

table.menu td{
	padding:9px;
	border-bottom:1px solid #BBBBBB;
}

.titulo1{
	font-size: 15px;
    font-weight: bold;
}

.titulo2{
	font-size: 13px;
    font-weight: bold;
}
    
/* Errores de Formulario */
.form-error{
	background: repeat-x bottom;
	background-color: #fff;
	background-image: url(images/validation/invalid_line.gif);
	border: 1px solid #CC3300;
}

.numero{
	border:1px solid #CCC;
	padding-right:3px;
	text-align: right;
	padding-top:3px;
	padding-bottom:3px;	
	height:25px;

}

/* tabla */
.tabla .modo2 {
font-size: 12px;
font-weight:bold;
background-color: #fdfdf1;
background-image: url(images/fondo_tr01.png);
background-repeat: repeat-x;
color: #990000;
font-family: “Trebuchet MS”, Arial;
text-align:left;
}
.tabla .modo2 td {
padding: 5px;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #EBE9BC;
border-bottom-color: #EBE9BC;
}
.tabla .modo2 th {
background-image: url(images/fondo_th.png);
background-position: left top;
font-size: 12px;
font-weight:bold;
background-color: #fdfdf1;
background-repeat: repeat-x;
color: #990000;
font-family: “Trebuchet MS”, Arial;
text-align:left;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #EBE9BC;
border-bottom-color: #EBE9BC;
}

.derecha{
	text-align: left;
}
.izquierda{
	text-align: right;
}
.padding_5{
	padding: 5px;
}
.linkfecha{
	font-size: 18px;
	padding: 5px;
	line-height:25px;
}
#nota_fecha{
	color: red;
    padding-right: 26px;
    padding-top: 4px;
    text-align: right;
}
#nota_fecha_hoy{
	color: red;
    padding-right: 26px;
    padding-top: 4px;
    text-align: right;
}
.msg_cargando{
	background-color: white;
    background-image: url("../images/loading_gray.gif");
    background-position: 3px 1px;
    background-repeat: no-repeat;
    border: 1px solid black;
    color: black;
    display: block;
    font-family: sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}

.mayuscula{
	text-transform: uppercase;
}