@charset "utf-8";
/* CSS Document */

body {
	font: 100% 'Time New Roman', Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 958px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/home_04.gif);
	height: 137px;
	padding-top: 12px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #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 */
	display: none;
}
.oneColFixCtrHdr #header a {
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	padding-bottom: 10px;
	font-family: 'Time New Roman', Arial, Helvetica, sans-serif;
	padding-right: 15px;
	padding-left: 15px;
	float: right;
	margin-right: 50px;
}
.oneColFixCtrHdr #header a:hover {
	text-decoration: underline;
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 940px;
	height: 30px;
}
.oneColFixCtrHdr #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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

.oneColFixCtrHdr #wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 944px;
}

.oneColFixCtrHdr #side-a {
	float: left;
	width: 410px;
	padding: 5px;
	margin-right: 15px;
	margin-left: 40px;
}

.oneColFixCtrHdr #side-b {
	float: left;
	width: 420px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	margin-right: 5px;
	padding: 5px;
	margin-left: 15px;
	font-family: 'Time New Roman', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
	margin-top: 2px;
	font-weight: lighter;
}

.side-response {
	height: 1% /* Holly hack for Peekaboo Bug */;
	margin-right: 5px;
	padding: 5px;
	margin-left: 50px;
	font-family: 'Time New Roman', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
	margin-top: 2px;
	font-weight: lighter;
}

.oneColFixCtrHdr #footertexto {
	font-family: 'Time New Roman', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: center;
	margin-top: 10px;
}

.oneColFixCtrHdr #footertexto a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.oneColFixCtrHdr .cuadrito {
	font-family: 'Time New Roman', Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #D6ECC0;
	text-align: justify;
	margin-top: 10px;
}

.style1 {
	font-family: 'Time New Roman', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
	margin-top: 2px;
	font-weight: lighter;
}
.style2 {font-family: 'Time New Roman', Arial, Helvetica, sans-serif}
.style4 {font-size: 10px; font-family: 'Time New Roman', Arial, Helvetica, sans-serif;}
.style5 {font-size: 10px}
.style6 {font-family: 'Time New Roman', Arial, Helvetica, sans-serif; font-size: 10px; }
.tituloTI {
	font-family: 'Time New Roman', Arial, Helvetica, sans-serif;
	color: #74B234;
	font-weight: bold;
}
.styleenlace {
	font-family: 'Time New Roman', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#navbar {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#navbar ul {
	list-style-type: none;
	background-repeat: no-repeat;
	height: 30px;
} 

#navbar ul li {
	display: inline;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	background-color: #F0F0F0;
	padding-top: 7px;
} 

#navbar ul li a {
	text-decoration: none;
	color: #81C53A;
	font-family: 'Time New Roman', Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
} 

#navbar ul li a:hover {
	color: #66CC00;
	text-decoration: underline;
}
.oneColFixCtrHdr #side-a2 {
	float: left;
	width: 350px;
	padding: 5px;
	margin-right: 15px;
        margin-left: 10px;
        margin-top: 2px;
        font-family: 'Time New Roman', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	/*background-image: url(http://www.todoip.com/Images/izq_02.gif);
	background-position: left bottom;
	background-repeat: no-repeat;*/
}
.oneColFixCtrHdr #side-a2 p {
	font-family: 'Time New Roman', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
	margin-top: 2px;
	font-weight: lighter;
}
.oneColFixCtrHdr #side-b-2 {
	float: right;
	width: 540px; /*530px*/
	height: 1% /* Holly hack for Peekaboo Bug */;
	margin-right: 5px;
	padding: 5px;
	margin-left: 10px;
	font-family: 'Time New Roman', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
	margin-top: 2px;
	font-weight: lighter;
}
.oneColFixCtrHdr #side-b-2 ul {
	padding: 5px;
}
.oneColFixCtrHdr #side-b-2 li {
	list-style-position: inside;
	list-style-image: url(../images/puntico.gif);
}
.oneColFixCtrHdr #header-2 {
	background-image: url(../images/cabezote-interior-2_01.gif);
	height: 38px;
	padding-top: 10px;
	background-repeat: no-repeat;
	text-align: right;
}
.oneColFixCtrHdr #header-2 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 */
	display: none;
}
.oneColFixCtrHdr #header-2 a {
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	font-family: 'Time New Roman', Arial, Helvetica, sans-serif;
	padding-right: 40px;
	padding-left: 40px;
}
.oneColFixCtrHdr #header-2 a:hover {
	text-decoration: underline;
}

.oneColFixCtrHdr #header-2a {
	float: left;
	width: 158px;
	margin-top: 26px;
}

.oneColFixCtrHdr #header-2b {
	color: #666666;
	margin-left: 158px;
	margin-top: 0px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.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;
}
#navigation
{
	width:100%;
	height:39px;
	background-image: url(../images/cabezote-interior-2_01.gif);
}

#navigation ul
{margin:0px; padding:0px;}

#navigation ul li
{
	display:inline;
	float:right;
	list-style:none;
	margin-left:15px;
	margin-right:10px;
	margin-top: 8px;
}

#navigation li a
{
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Time New Roman', Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
}

#navigation li a:hover
{text-decoration:underline;}

#navigation li ul
{margin:0px; padding:0px;  display:none; position:absolute; left:0px; top:20px; background-color:#999;}

#navigation li:hover ul
{display:block; width:160px;}

#navigation li li
{list-style:none; display:list-item;}

#navigation li li a
{color:#FFFFFF; text-decoration:none;}

#navigation li li a:hover
{color:#FFFFFF; text-decoration:underline;}

.flash
{
	position:relative;
	margin-top: -2px;
	margin-left: -4px;
}
img{border:0px;}
form, p{margin:0px; padding:0px;}
/*---- Contact-form ----*/
div#contact {margin-bottom:6px; margin-top:6px; width:940px; padding-left:10px; padding-right:10px; clear:both;}
div#contact h1{font-size:14px; color:#666;}

div#contact div#livesupport{float:left; width:300px;}

div#contact div#comment-form {float:right; margin-left:10px; width:630px;}

.contact-info {font-size:12px; margin-bottom:15px;}
.content-link { color:#74B234; text-decoration: none; font-weight:bold;}
.content-link:hover { text-decoration: underline;}
.content-twitter { float:right; padding-top: 0px; height: 60px;}

div#comment-form div.user-details {float:left; width:280px;}
div#comment-form div.user-details p {}
div#comment-form div.user-details p.country {width:250px; padding-top:10px; }
div#comment-form div.user-details p label {font-size:11px; line-height:18px; display:block; float:left; width:120px; color:#666;}
div#comment-form div.user-details p input {display:block; float:left; }
div#comment-form div.user-details p input.textbox {height:15px; width:150px; border:1px solid #74B234; margin-bottom:5px;}
div#comment-form div.user-details p input.captchabox {height:15px; width:90px; border:1px solid #66a0f0;}
div#comment-form div.user-details p select {width:165px; border:1px solid #74B234;}

div#comment-form div.comment-details {float:right; margin-bottom:10px;}
div#comment-form div.comment-details p label {font-size:11px; color:#666;}
div#comment-form div.comment-details p.comments {margin-bottom:11px;}
div#comment-form div.comment-details p.comments label {display:block; margin-bottom:5px;}
div#comment-form div.comment-details p textarea{display:block; width:245px; height:142px; border:1px solid #74B234;}
div#comment-form div.comment-details p.verify span {display:block; float:left;}
div#comment-form div.comment-details p.verify span.captcha {width:220px;} 
div#comment-form div.comment-details p.verify span label {font-size:12px;}
div#comment-form div.comment-details p.verify span input.textbox{height:18px; width:85px; border:2px solid #494949;}

div#comment-form p.submit{background:#81C53A; height:24px; position:relative; width:550px; clear:both;}
div#comment-form p.submit input{border:0; height:26px; width:89px; top:-1px; background-image:url(../images/enviar.jpg); right:0; position:absolute; cursor:pointer; }

/* form index*/
div#comment-formIndex div.user-detailsIndex {float:left; width:300px; padding-left:15px;}
div#comment-formIndex div.user-detailsIndex p {}
div#comment-formIndex div.user-detailsIndex p.country {padding-top:10px; }
div#comment-formIndex div.user-detailsIndex p label {font-size:11px; line-height:18px; display:block; float:left; width:130px; color:#666;}
div#comment-formIndex div.user-detailsIndex p input {display:block; float:left;}
div#comment-formIndex div.user-detailsIndex p input.textbox {height:15px; width:150px; border:1px solid #74B234; margin-bottom:5px;}
div#comment-formIndex div.user-detailsIndex p input.captchabox {height:15px; width:90px; border:1px solid #66a0f0;}
div#comment-formIndex div.user-detailsIndex p select {width:165px; border:1px solid #74B234;}

div#comment-formIndex div.comment-detailsIndex {float:right; margin-bottom:10px;}
div#comment-formIndex div.comment-detailsIndex p label {font-size:11px; color:#666;}
div#comment-formIndex div.comment-detailsIndex p.comments {margin-bottom:11px;}
div#comment-formIndex div.comment-detailsIndex p.comments label {display:block; margin-bottom:5px;}
div#comment-formIndex div.comment-detailsIndex p textarea{display:block; width:315px; height:142px; border:1px solid #74B234;}
div#comment-formIndex div.comment-detailsIndex p.verify span {display:block; float:left;}
div#comment-formIndex div.comment-detailsIndex p.verify span.captcha {width:220px;}
div#comment-formv div.comment-detailsIndex p.verify span label {font-size:12px;}
div#comment-formIndex div.comment-detailsIndex p.verify span input.textbox{height:18px; width:85px; border:2px solid #494949;}

div#comment-formIndex p.submitIndex {background:#81C53A; height:24px; position:relative; width:625px; clear:both; margin-left:314px;}
div#comment-formIndex p.submitIndex  input{border:0; height:26px; width:89px; top:-1px; background-image:url(../images/enviar.jpg); right:0; position:absolute; cursor:pointer; }
/**/
