@charset "UTF-8";


/*Estilo para anulacion de estilos por HTML*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
			margin: 0;
			padding: 0;
		}
		
		table
		{
			border-collapse: collapse;
			border-spacing: 0;
		}
		
		fieldset,img { border: 0; }
		ol,ul { list-style: none; }
		caption,th { text-align: left; }
		/*Termina estilo para anulacion de predeterminados por HTML*/	
			
		#container
		{
			width: 930px;
			margin: 0 auto;

		}
		
		#header
		{
			height:45px;
			background-image:url(fijos/paternMenu.jpg);
			background-repeat:repeat-x;
			background-position:top
		}

		
		#content
		{
			width: 635px;
			float: left;

		}
		
		#rightBar
		{
			width: 280px;
			float: right;

		}
		
		#footer
		{
			clear: both;
			background-image:url(fijos/patternFtr.jpg)
		}
/*#logo {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative;
	height: 145px;
	width: 250px;
	z-index: 4;
	top: -53px;
	z-index:1;
	Float:left;
	right: auto;
	}
*/

a:link {
	color: #666;
}
a:hover {
	color: #900;
}
	
.subtitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.titulosR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #900;
}
.titulos2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #900;
}
.parrafo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.txtBtns {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
.txtDestacado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.txtDestacado2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #039;
}
.txtDestacado3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #039;
}

.txtField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	width: 630px;
}
.txtField2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	width: 284px;
}
.ligas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993333;
}

.lineaPuntos {
	background-repeat: no-repeat;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}

.lineaPuntos2 {
	background-repeat: no-repeat;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #999;
}


.fechas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996666;
}


.ftrtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}



</style>

