@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../img/bg_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333;
}
select {
	border: 1px solid #666666;
	width:250px;
}
textarea {
	border: 1px solid #666666;
	width: 350px;
}
select {
	font-size: 11px;
	border: 1px solid #666666;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	vertical-align: bottom;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	width: 90%;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:hover{
	color: #0099CC;
}
a:visited{
	color: #0099CC;
	text-decoration: none;
}

#container {
	width: 530px;
	margin: 0px auto;
	text-align: left;
	/*border: 1px solid #C00;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;*/
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
}
/*#container #header h2 {
	background-image: url(../img/head.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 110px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	width: 650px;
}*/
#container #header h2 {
	background-image: url(../img/logo_2010.png);
	background-repeat: no-repeat;
	background-position: right top;
	/*border: 1px solid #0C0;*/
	padding: 0px;
	margin-top:25px;
	height: 63px;
	width: 525px;
}

#container #header h2 span {
	display: none;
}
#container #menu {
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 10px;	
}
#container #menu ul {
	width: 530px;
	margin: 0px;
	padding-left: 0px;
}
#container #menu li {
	display: inline;
}
#container #menu img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #mainContent {
		background-color: #FFFFFF;
	/*-moz-opacity:0.9;
	filter:alpha(opacity=80);*/
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: justify;	
}


#container #mainContent p {
	padding-right: 20px;
	padding-left: 20px;
	display: block;
}
#container #mainContent li {
	list-style-image: url(../img/arrow_li_blue.gif);
	list-style-type: none;
	padding-left:5px;
	margin-right: 20px;
}
#container #mainContent h3 {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #mainContent h4 {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
}
#container #mainContent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
}
#container #mainContent #footer {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 25px;
	background-color: #af3972;
}
#container #mainContent #footer #menuFooter li {
	display: inline;
	list-style-type: none;
	padding-left: 5px;
}
#container #mainContent #footer #menuFooter a {
	color: #FFFFFF;
	font-weight: bold;
}
#container #mainContent #footer #menuFooter a:hover {
	color: #000;
	font-weight: bold;
}
#container #mainContent #footer #menuFooter a:visited, #container #mainContent #footer #menuFooter a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#copy {
	font-size: 10px;
	background-color: #FFFFFF;
	background-image: url(../img/bg_copy.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	color: #666666;
}
#metodo{
	background-color: #EEE;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #006699;
	margin-right: 10px;
	margin-left: 10px;
}
#container  #mainContent #blockContent #metodo li {
	margin: 0px;
}
#lateral li {
	list-style-type: none;
}
.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 */
	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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.text_form {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}
.input {
	font-size: 11px;
	width: 400px;
	border: 1px solid #999;
}
.s50 {
	font-size: 11px;
	width: 200px;
	border: 1px solid #999;
}
.ar {
	color: #CC0000;
}

.btnN, .btnG  {
	font-size: 11px;
	border: 1px solid #CCC;
	color: #FFFFFF;
	background-color: #af3972;
	font-weight: bold;
	cursor:pointer;
}
.resalta_q {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.fecha {
	color: #339900;
}
.micro{
	font-size:10px;
	color:#333;
}
.mostrar{
	display: inherit;
}
.ocultar{
	display: none;
}
.metodo {
	font-weight: bold;
	background-color: #666666;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	cursor:pointer;
}
/* 
Este código no es correcto!!
Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser 
body > div#container #lateral {
	position:relative;
	margin: 0px;
	float: right;
	left: 29px;
	top: 225px!important;
}
*/
/* IE5.5+ */
div#container #lateral {
	position:relative;
	margin:-191px 0px 0px;
	float: right;
	left: 30px;
	top:362px!important;
}
