﻿body 
{
	margin-top:0px;
	font-family:Verdana;
	font-size:11px;
}

a
{
	color:#1e5085;	
}

/*CONTENEDORES*/

.cabecera
{
	border:1px solid #444444;
	border-bottom:0px;
	height:0px;
	background-image:url(cabecera.jpg);
	font-size:16px;
}

.menu
{
	border-left:1px solid black;
	border-right:1px solid black;
		
	background-color:#053a6e;
}

.contenido
{
	border-left:1px solid black;
	border-right:1px solid black;
	border-top:1px solid black;
	padding:10px;		
}

.pie
{
	border:1px solid black;
	background-color:#053a6e;
	color:#5a9fda;
	padding-top:3px;
	padding-bottom:3px;	
}

.nodo
{
	color:White;
	display:block;
	margin:0px;
	padding:0px;
	height:25px;
	width:119px;
	background-image:url(botonMenu.png);
	text-align:left;
	padding-left:33px;
	font-family:Century Gothic;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	text-decoration:none;
}

.nodo:hover
{
	background-image:url(botonMenuHover.png);
	color:#222222;
			
}

/*OTROS ESTILOS*/
.tituloSeccion
{
	font-weight:bold;
	font-size:16px;	
	display:block;
	margin-bottom:5px;
	border-bottom: 1px solid #555555;
	background-image:url(tituloSeccion.jpg);
	background-repeat:no-repeat;
	/*padding-left:26px;*/
	padding-bottom:3px;
}

.titulo
{
	font-weight:bold;
	display:block;
	margin-bottom:5px;
	border-bottom: 1px dotted #555555;	
}

/*CONTROLES*/
.button
{
	/*
	display:block;
	width:84px;
	height:22px;
	font-family:Verdana;
	font-size:11px;
	text-align:center;
	background-image:url(button.jpg);
	border:0px;
	color:White;
	font-weight:bold;
	text-decoration:none;
	line-height:22px;*/
	font-size:9px;
	font-family:Verdana;
	border:1px solid white;
	background-color:#053a6e;
	color:White;
	padding:2px;
}

.button:hover
{
	border:1px solid #053a6e;
	background-color:White;
	color:#053a6e;
}

.button2
{
	display:block;
	width:158px;
	height:22px;
	font-family:Verdana;
	font-size:11px;
	text-align:center;
	background-image:url(button2.jpg);
	border:0px;
	color:White;
	font-weight:bold;
	text-decoration:none;
	line-height:22px;
}

.textbox
{
	border:1px solid #284b7b;
	background-image:url(fondoTextBox.jpg);
	background-repeat:repeat-x;
	color:#284b7b;
	font-size:11px;
	font-family:Verdana;
		
}

.texbox:hover
{
	border:1px solid green;
}

.grid
{
	text-align:left;
	vertical-align:top;	
	color:#333333;
}

.gridheader
{
	height:17px;
	background-image:url(GridHeader.jpg);
	background-repeat:repeat-x;
	color:White;	
}

.detalles
{
	font-weight:bold;	
}
/**/
.pestaña
{
	background-image:url(Pestaña.jpg);
	background-repeat:no-repeat;
	width:767px;
	height:42px;
	padding-left:30px;
	text-align:left;
	font-family:Verdana;
	font-size:22px;
	text-decoration:underline;
}

.cuerpo
{
	background-image:url(Cuerpo.jpg);
	background-repeat:repeat-y;
	width:757px;
	height:42px;
	padding-left:30px;
	text-align:left;
	

}

.relleno
{
	background-image:url(Cuerpo.jpg);
	background-repeat:repeat-y;
}

.piepestaña
{
	background-image:url(Pie.jpg);
	background-repeat:no-repeat;
	width:702px;
	height:27px;
	text-align:left;
	padding-left:60px;
	padding-right:60px;
}

.cabezahija
{
	height:17px;
	background-image:url(cabezahija.jpg);
	background-repeat:no-repeat;	
}

.cuerpohija
{
	background-image:url(cuerpohija.jpg);
	background-repeat:repeat-y;	
	text-align:left;
	width:702px;
	padding-left:30px;
	padding-right:60px;
	font-size:11px;
}

.piehija
{
	height:4px;
	background-image:url(piehija.jpg);
	background-repeat:no-repeat;
	display:block;	
}
