@charset "utf-8";
body  {
	background: #121212;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
a:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	text-decoration: underline;
}
a.boton,a.boton:visited,a.boton:active{
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
	color:#FFFFFF;
}
a.boton:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: underline;
}
.twoColFixLtHdr #container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #242424;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #1F1F1F;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 380px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #1F1F1F;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.twoColFixLtHdr #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #1F1F1F;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.twoColFixLtHdr #mainContent {
	background-color: #1F1F1F;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	padding-top: 0px;
} 
fieldset {
	border: 1px solid #009900;
	padding-right: 0px;
	padding-left: 5px;
	margin-right: 0px;
	margin-left: 15px;
	width: 89%;
	letter-spacing: 1px;
	text-indent: 5px;
	right: 0px;
	padding-bottom: 15px;
	padding-top: 5px;
	float: none;
	clear: none;
	left: 0px;
	margin-top: 5px;
}
legend {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 5px;
	margin-right: 5px;
}



.twoColFixLtHdr #yesContent {
	background-color: #1F1F1F;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	padding-top: 0px;
}

.twoColFixLtHdr #videoContent {
	background-color: #1F1F1F;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 120px;
	padding-bottom: 5px;
	padding-left: 140px;
	margin-top: 5px;
	padding-top: 0px;
}

.twoColFixLtHdr #mainContent2 {
	background-color: #1F1F1F;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 430px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	padding-top: 0px;
} 

.twoColFixLtHdr #mainContent3 {
	background-color: #1F1F1F;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 335px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	padding-top: 0px;
} 

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1F1F1F;
} 
.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;
}
.twoColFixLtHdr #container #footer p {
	font-size: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.twoColFixLtHdr #container #footer a, a:visited {
	color: #7C7C7C;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr #container #footer a:hover {
	color: #808072;
	text-decoration: underline;
}
h3 {
	background-image: url("../../jorge/images/blocktitle.jpg");
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	background-image: url("../../jorge/images/contenttitle.jpg");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 1px;
	margin-left: 0px;
	padding-left: 5px;
	background-color: #D38F14;
}
.titlecont {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	float: none;
}

h2 {
	background-image: url("../../jorge/images/conten1ttitle.jpg");
	color: #FFFFFF;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.twoColFixLtHdr #container #sidebar1 #block {
	background-image: url("../../jorge/images/6_pic_3.jpg");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	height: 22px;
	width: 70px;
	padding-left: 0px;
	text-decoration: blink;
	padding-top: 0px;
	text-align: center;
}
.linksmore {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url("../../jorge/images/4_pic_3.jpg");
	text-align: center;
	padding-left: 0px;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.linksmore1 {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url("../../jorge/images/4_pic_3.jpg");
	padding-left: 2px;
	background-repeat: no-repeat;
	text-decoration: blink;
}

.twoColFixLtHdr #container #mainContent #tellmore {
	background-image: url("../../jorge/images/4_pic_3.jpg");
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 3%;
	margin-left: 40%;
	text-decoration: blink;
	height: 22px;
	padding-top: 3px;
}
li {
	text-decoration: underline;
	color: #98A814;
}
ol {
	font-weight: normal;
}
label {
	display:block;
	font-weight:bold;
	color: #FFFFFF;
	}
textarea {
	width:250px;
	height:100px;
	background:#323232;
	color:#808080;
	border:1px solid #14150D;
	}
.textInput {
	width:250px;
	background:#323232;
	color:#808080;
	border:1px solid #14150D;
	}
	.check {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
}
.check label {
display:inline;
}

.cheq {
	margin-bottom: 0px;
	margin-left: 5px;
	clear: none;
	float: none;
	vertical-align: text-bottom;
	bottom: 10px;
	padding: 0px;
}
.twoColFixLtHdr #container #footer a, a:link, a:visited, a:active {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.twoColFixLtHdr #container #footer a:hover {
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}

.cheq label {display:inline;
}

.clearIt {
	clear:both;
	margin-left: 30%;
}

select {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
}

.advertencia {
font-weight:bold;
color:#FF0000;
}
.texttiny {
	font-size: 10px;
	color: #FFFF00;
}
.twoColFixLtHdr #container #footer p {
	font-size: 10px;
}
.titlebold {
	font-weight: bold;
	color: #FFFFFF;
}

