@charset "utf-8";
/* CSS Document */

html
{
	height: 100%;
}

body
{
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0.5px 0.5px 0.5px 0.5px;
	font-size: 67%;
	font-family: "Lucida Grande", Arial, Sans-serif;
	line-height: 120%;
	color: #000066;
}

#container
{
	position: relative;
	height: 100%;
	/*	width: 778px; */
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	font-size: 9pt;
}

#mainContent/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
{
	margin: 0.5em 0px 0px 0em; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px;
	background-color: #D9E2FF;
	border: solid #0000CC 1px;
	float: left;
}
#mainContent td
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0em;
}

#mainContent   p
{
	line-height: 120%;
	margin: 0.5em 0.5em 0.5em 0.5em;
}

#mainContent a
{
	line-height: 120%;
	margin: 0.5em 0em 0.5em 0em;
	color: #000066;
	padding-top: 0.5em;
}

#mainContent li
{
	line-height: 120%;
	padding-right: 1em;
}
#mainContent .titulo_int 
{
	color: #FFFF99;
	background-color: #0240FA;
	text-align: center;
	font-weight: bold;
}
#mainContent img {


}
#mainContent tr {
}
#mainContent td {
}



#footer
{
	padding: 0px 0px 0px 0px;
}

#footer p
{
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
	text-align: center;
	line-height: 1.5em;
}

/* Miscellaneous classes for reuse */
.fltrt
{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft
{ /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.clearfloat
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
.enlaces {
	color: #000066;
}


/* Typography ------------------------------------------------------ */

p, center, blockquote, quote, pre
{
	margin: 10px 0px 20px;
}

.reduced p, .reduced center, .reduced blockquote, .reduced quote, .reduced pre, .reduced ol, .reduced ul, .reduced table, .reduced dl, .reduced dd, .reduced dt
{
	font-size: 0.8em;
	line-height: 110%;
}

blockquote, quote
{
	margin: 30px;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px 0px 0px 0.5em;
	line-height: 120%;
}

h1
{
	font-size: 1.3em;
	line-height: 140%;
}

h2
{
	font-size: 1.2em;
	line-height: 100%;
}

h3
{
	font-size: 1.1em;
	line-height: 100%;
}

h4
{
	font-size: 1.15em;
	line-height: 100%;
}

h5
{
	font-size: 1.05em;
	line-height: 100%;
}

h6
{
	font-size: 1em;
	line-height: 100%;
}
ul, ol, dl {

	margin: 0px 0px 15px 0px;

	padding: 5px 0px;

}



li, dd {
	margin: 0px 0px 5px 40px;
	padding: 0px 0px 0px 5px;
	;
}



ul li {

	list-style-type: square;

}



dt {

	margin: 0px 0px 5px 0px;

	padding: 0px;

}
 

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	text-decoration: none;
}

#tagline
{
	font-size: 1.2em;
}

.reducida
{
	font-size: 0.7em;
	line-height: 110%;
}
#menu_inf
{
	font-size: 0.8em;
	background-color: #FFC177;
}
#menu_inf  a
{
	color: #000066;
	text-decoration: none;
}

#menu_inf a:hover
{
	background-color: #FEA43B;
}

#Bienvenidos
{
	font-family: "Times New Roman", Times, serif;
	background-color: #FFE0BB;
	color: #FFC175;
	text-align: center;
	line-height: 1.2em;
	font-variant: small-caps;
	font-size: 1.1em;
	font-weight: 800;
}

.capitalizada
{
	font-size: 1.15em;
	font-weight: bold;
}

#header
{
	font-family: Arial, Helvetica, sans-serif;
}

#izqContent
{
	margin: 0px 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px 10px 0px;
	font-size: 0.6em;
}

#izqContent td
{
	background: #FFFFFF;
	line-height: 1.2em;
}


#izqContent a
{
	color: #000066;
	background: #FFFFFF;
	line-height: 1.1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#izqContent  p
{
	color: #006600;
	background-color: #FFFFFF;
	line-height: 1.5em;
	border-bottom: 2px solid #CC0000;
	margin-top: 0.5em;
}
.relleno_int
{
	color: #000066;
	background-color: #D2E9FF;
	text-align: left;
	font-weight: normal;
	margin-left: 0.5em;
}

#derContent
{
	margin: 0px 0px 0.5em 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px;
	border: solid #0000CC 1px;
}

#derContent  td
{

	background: #FFEAEA;
}

#derContent p
{
	line-height: 120%;
	text-align: left;
	/*	background: #FFEAEA;*/
	padding: 0em 0.5em 0em 0.5em;
	margin-bottom: 0.5em;
}

#derContent a
{
	text-align: left;
	margin-left: 0.5em;
}

#derContentinf
{
	margin: 0.5em 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0em;
	border: solid #0000CC 1px;
}
