/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #C62020 url(images/img8.jpg) repeat-x top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

h1 { font-size: 34px; }

h2 {
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	font-size: 24px;
	border-bottom: #000000 2px solid;
}

h3 {
	padding: 0 0 10px 0;
	font-size: 13px;
	border-bottom: #000000 2px solid;
}

p {
	margin-top: 0px;
	text-align: justify;
	line-height: 160%;
}

a {
	/*color: #F5C314;*/
	color:#FFFF99;
}

a:hover {
	text-decoration: none;
}

.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x;
}

.list li.first {
	background: none;
}

/* Header */

#header {
	width: 681px;
	margin: 0 auto;
	padding: 40px 0 0 13px;
	height: 90px;
	background: url(images/img1a.gif) repeat-x left bottom;
}

#header h1 {
	float: left;
}

#header h2 {
	display: none;
}

#header ul {
	float: right;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	padding: 0 14px 0 20px;
	background: url(images/img2.gif) no-repeat left center;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 12px;
	color: #FFFFFF;
}

#header a:hover {
	text-decoration: underline;
}

#header .first a {
	background: none;
}

/* Content */

#content {
	width: 694px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#colOne {
	float: right;
	width: 179px;
	padding: 0 29px 0 0;
}

#colOne h3 {
	margin-top: 0px;
}

#colTwo {
	float: left;
	width: 440px;
	padding: 0 0 0 21px;
}

#colTwoAdmin {
	float: left;
	width: 694px;
	padding: 0 0 0 21px;
}

/* Footer */

#footer {
	clear: both;
	width: 694px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#footer p {
	padding: 20px 0 0 0;
	border-top: #000000 2px solid;
	text-align: center;
	color: #FFFFFF;
}


/*Clases para los cuadros*/

div.top {
	height:28px;
	background-image:url(images/top_line.gif); 
	background-repeat: repeat-x; 
	margin:2em 0 0 0;}
	
img.esquina_sup_izq { float:left; }
img.esquina_sup_der { float:right; }

div.contenido { 
	background-image:url(images/left_line.gif); 
	background-repeat:repeat-y;
	background-color: #a9d974; }
	
div.boxcontrol { padding:0 5% 0 5%; 
	background-image:url(images/right_line.gif); 
	background-position:right; 
	background-repeat:repeat-y; }
	
div.bottom { height:28px; 
	background-image:url(images/btm_line.gif); 
	background-repeat:repeat-x; 
	border:0;
	padding:0;
	margin:0;}
	
img.esquina_inf_izq { float:left; }
img.esquina_inf_der { float:right; }

p.cuadro {
	text-align: justify;
	line-height: 160%;
}

h3.cuadro { margin:0; 
	border-bottom:2px dashed #996;
	border-bottom-color: #C62020;
	color:#C62020;
}

#fecha {
	text-align:right;
	font-style:italic;
	elevation:above;
	color:#330099;
	/*background-image:url(images/tau.png);
	background-position:left;
	background-repeat:no-repeat;*/
}

#resumen {
	margin-left:20px;	
	text-align:justify;
	color:#330099;
	font-style:italic;
}
p.cambioresumen {
	border-bottom:dotted #CC0000 1px;
	border-bottom-color: #330099;
}

.texto {
	text-align:justify;
	color:#000000;
}

a.texto{
	color:#CC0000;
}

/* IE 5.5 box model hack para posicionar correctamente las imagenes de esquina */
* html img.esquina_sup_izq, * html img.esquina_inf_izq  { \margin-left:-.2em;  ma\rgin-left:0; }
* html img.esquina_inf_der, * html img.esquina_sup_der { \margin-left:.2em; } 
