BODY {
	font-family: Verdana;
	color: #666;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background: #006699;
}

A {
	outline: none;
	text-decoration: underline;
	color: #006699;
}

H1 {
	font-size: 15px;
	color: #006699;
	padding: 0 0 0 0;
}

H2 {
	font-size: 12px;
	color: #006699;
	padding: 0 0 0 0;
}

FORM {
	padding: 0;
	margin: 0;
}

IMG {
	outline: none;
	border: 0;
}

P {
	text-align: justify;
	padding: 0 0 10px 0;
	margin: 0;
}



.FloatDerecha {
	float: right;	
	padding: 0 0 5px 0;
}

.FloatIzquierda {
	float: left;
	padding: 0 0 5px 0;	
}

.DescargarPdf {
	background: url(/imagenes/pdfmini.gif) no-repeat left center;
	height: 21px;
	line-height: 21px;
	margin: 0 0 15px 0;
	text-align: left;
	padding-left: 25px;
}

	.DescargarPdf A {
		text-decoration: underline;
		color: #006699;
	}


INPUT.Radio {
	width: 13px;
	height: 13px;
	vertical-align: text-top;
}

INPUT.Check {
	width: 13px;
	height: 13px;
	vertical-align: text-top;
	margin-right: 5px;
}

.Left {
	text-align: left;
}


.Right {
	text-align: right;
}


.Center {
	text-align: center;
}

.VTop {
	vertical-align: top;
}

.VMiddle {
	vertical-align: middle;
}

.VBottom {
	vertical-align: bottom;
}

UL.Lista {
	text-align: justify;
	padding: 0 0 10px 20px;
	margin: 0;
}

UL.Lista LI {
	padding-bottom: 10px;
}

.Linea1 {
	height: 13px;
	background: #4690b5;
	width: 100%;
}

.Linea2 {
	height: 10px;
	width: 100%;
	background: #267da8;
}

.Pie {
	width: 100%;
	height: 31px;
	padding-top: 5px;
	text-align: center;
	margin: 0 auto;
	color: #FFF;
	font: 11px "Trebuchet MS", Arial, Helvetica, Verdana;
}

.Pie A {
	text-decoration: underline;
	color: #FFF;
}





/* Estructura del contenido */

.Contenedor {
	background: #FFF;
	width: 100%;
}

.Contenido {
	width: 940px;
	margin: 0 auto;
	background: url(/imagenes/contenedor_fondo.jpg) no-repeat left bottom;
	overflow: hidden;
}

	.Contenido .Izquierda {
		float: left;
		padding-bottom: 180px;		
	}
	
		.Contenido .Izquierda .Logo {

		}
		
		.Contenido .Izquierda .Menu {
	
		}
		
	.Contenido .Derecha {
		width: 680px;
		float: right;
	}
	
	.Contenido .Home {
		width: 680px;
		margin: -40px auto 0 auto;	
		line-height: 14px;		
	}
	
	.Contenido .Home P {
		text-align: left;		
	}
	

	
		.Contenido .Home .Lista {
			padding-left: 20px;
		}
	
		.Contenido .Home .Banner {
			height: 120px;
			margin: 0 auto;
		}
		
		.Contenido .Home .TitularHome {
			border-bottom: 1px solid #006699;
			border-top: 1px solid #006699;
			height: 30px;
			margin: 0 auto 10px auto;
			text-align: center;
		}
		
		.Contenido .Home A {
			color: #FF0000;
			text-decoration: underline;
		}
		

		.Contenido .Derecha .Tabs {
			margin: 0 auto;
			height: 25px;
			width: 670px;	
			margin-left: 10px;
		}
	
			.Contenido .Derecha .Tabs .Tab1 A {
				background: url(/imagenes/pestana1.gif) no-repeat;
				display: block;
				height: 25px;
				width: 212px;
				float: left;
			}

			.Contenido .Derecha .Tabs .Tab1 A:hover {
				background: url(/imagenes/pestana1_on.gif) no-repeat;
				display: block;
			}

			.Contenido .Derecha .Tabs .Tab2 A {
				background: url(/imagenes/pestana2.gif) no-repeat;
				display: block;
				height: 25px;
				width: 212px;
				margin: 0 auto;

			}

			.Contenido .Derecha .Tabs .Tab2 A:hover {
				background: url(/imagenes/pestana2_on.gif) no-repeat;
				display: block;
			}

			.Contenido .Derecha .Tabs .Tab3 A {
				background: url(/imagenes/pestana3.gif) no-repeat;
				display: block;
				height: 25px;
				width: 212px;
				float: right;

			}

			.Contenido .Derecha .Tabs .Tab3 A:hover {
				background: url(/imagenes/pestana3_on.gif) no-repeat;
				display: block;
			}
		
		.Contenido .Derecha .Titulo {
			padding-bottom: 20px;
			padding-top: 20px;
			float: right;
		}
			
		.Contenido .Derecha .Subtitulo {
			width: 640px;
			margin: 0 auto;	
		
		}			
			
		.Contenido .Derecha .Texto {
			width: 640px;
			margin: 0 auto;	
			text-align: justify;	
			padding-bottom: 30px;
		}
		

			
			
	


.Formulario {
	padding-top: 20px;
}
	
	.Formulario FIELDSET {
		padding: 0.9em;
		border: 1px solid #E2E2E2;
		margin: 0;
	}
	
		.Formulario FIELDSET LEGEND {
			padding: 0.2em 0.5em;	
			margin: 0;
			font-weight: bold;
			color: #666;	
		}
	
	.Formulario TABLE {
		margin: 5px auto;
	}
	
		.Formulario TABLE .Campo {
			width: 340px;
		}
		
		
		.Formulario TABLE TD {
			padding: 4px 0;
		}
		
		.Formulario TABLE TEXTAREA {
			height: 80px;
			overflow: auto;
		}
		
		.Formulario .Politica {
			text-align: center;
			margin-top: 20px;
		}
				
		.Formulario .BotonEnviar {
			text-align: center;
			margin-top: 20px;
		}

		.Formulario .BotonEnviar INPUT {
			width: 100px;
		}		
			
			
.TopHome {
	text-align: center;
	padding-bottom: 25px;
}			
			
			
