@charset "utf-8";
.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;
}
/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;

}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{ color: #0e4660; text-decoration: none;}
a:hover{ color:#0e4660; text-decoration: underline; } 
.clear {
	clear: both;
}

/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../imagenes/rayita.jpg);
	background-repeat: repeat-x;
	background-position: center 262px;
}
.twoColFixRtHdr #container #columna #mainContent .box {
	margin-bottom: 15px;
}

.twoColFixRtHdr #container {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/fondo.jpg);
	height: auto;
	padding-top: 10px;
	background-repeat: no-repeat;
	display: block;
	background-position: center top;
} 

.twoColFixRtHdr #menu {
	height: 35px;
	width: 879px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/menu.jpg);
	margin-bottom: 15px;
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #container #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-align: center;
}

.twoColFixRtHdr #header {
	height: 230px;
	width: 874px;
	background-position: center;
	margin-right: auto;
	margin-left: 32px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #container #columna {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	margin-left: 17px;
	background-color: #FFF;
	width: 879px;
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	height: auto;
}
.twoColFixRtHdr #container #columna #sidebar1 .sidebarone {
	margin-bottom: 12px;
}

.twoColFixRtHdr #sidebar1 .sidebarone {

}
.twoColFixRtHdr #mainContent {
	width: 580px;
} 
.twoColFixRtHdr #mainContent .boxCont h1   {
	font-size: 16px;
	color: #092A5D;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 35px;
	margin-top: 15px;
}
.twoColFixRtHdr #container #columna #mainContent .box .boxCont h2 {
	font-size: 16px;
	margin-left: 35px;
	margin-top: 17px;
	color: #092A5D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.twoColFixRtHdr #mainContent .boxCont p   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 22px;
	color: #000;
	line-height: 20px;
	text-align: justify;
	margin-left: 35px;
	margin-right: 35px;
}
.twoColFixRtHdr #mainContent .boxtop {
	height: 15px;
	background-image: url(../imagenes/boxtop.jpg);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #mainContent .boxCont    {
	height: auto;
	background-image: url(../imagenes/box.jpg);
	background-repeat: repeat-y;
	width: 554px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
.twoColFixRtHdr #container #mainContent .box {
	width: 574px;
}

.twoColFixRtHdr #mainContent .boxfoot {
	background-color: #999;
	height: 15px;
}
.twoColFixRtHdr #mainContent .boxCont p   strong{
	color: #0A2B5E;
}
.twoColFixRtHdr #footer {
	background-image: url(../imagenes/footer.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 879px;
	margin-top: 0px;
	padding-bottom: 10px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#container #menu ul {
	text-align: center;
}
#container #menu ul li {
	float: left;
}
#container #menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	padding: 10px 7px;
	width: 161px;
	display: block;
	font-style: italic;
	font-weight: bold;
}
#container #menu ul li a:hover {
	color: #EFC517;
}
html {
	background-image: url(../imagenes/plomito.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #051932;
}
.twoColFixRtHdr #container #columna #mainContent .box .boxCont h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	line-height: 20px;
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 15px;
	display: block;
	background-color: #0A3263;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixRtHdr #container #columna #mainContent .box .boxCont h4 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #360;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 190px;
}
.twoColFixRtHdr #container #columna #mainContent .box .boxCont h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 3px;
	color: #062043;
}
.twoColFixRtHdr #container #columna #mainContent .box #parrafo2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixRtHdr #container #columna #mainContent .box #parrafo2 #form1 {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 35px;
	padding-bottom: 40px;
}

.twoColFixRtHdr #container #columna #mainContent .box #parrafo2 #form1 label  {
	font-size: 12px;
	color: #092856;
	font-weight: normal;
}
#form1 .textfield {
	width: 200px;
	border: 1px solid #999;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}
#form1 #enviar {
	background-image: url(../imagenes/boton.jpg);
	background-repeat: no-repeat;
	width: 97px;
	margin-top: 10px;
	border: 0px solid #F0F0F0;
	height: 25px;
	color: #FFF;
}

#footer a:link {
	text-decoration: none;
	color: #FFF;
}
#footer a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: none;
	color: #FFF;
}
#footer a:active {
	text-decoration: none;
  color: #FFF;
}
