@charset "utf-8";
/* CSS Document */
 
body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	font-weight:normal;
	background: #CFE2F1;
	margin: 20px 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 */
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/body.jpg);
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;	
} 
.twoColFixLtHdr #header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px 12px 0 12px;
} 
.twoColFixLtHdr #sidebar1 .sideTitulo {
	color: #8E8E8E;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.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 background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}

/*
 * Foros News
*/
.twoColFixLtHdr #sidebar1 #foro-news{
	width: 185px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
}
.twoColFixLtHdr #sidebar1 #foro-top{
	background: url(../images/top-post.jpg) no-repeat left top;
	height: 15px;
}
.twoColFixLtHdr #sidebar1 #foro-middle{
	background: url(../images/repeat-post.jpg) repeat-y left top;
	padding: 0 5px 0 5px;
	color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 #foro-middle p{
	margin:0px;
	padding:0px;
}
.twoColFixLtHdr #sidebar1 #foro-middle td{
	color: #FFFFFF;
	padding:3px 3px 5px 3px
}
.twoColFixLtHdr #sidebar1 #foro-middle td a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 #foro-middle td a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.twoColFixLtHdr #sidebar1 #foro-bottom{
	background: url(../images/bottom-post.jpg) no-repeat left top;
	height:18px;
}

/*
 * Menu Principal left
*/
.twoColFixLtHdr #sidebar1 #menu-left{
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.twoColFixLtHdr #sidebar1 #menu-left-top{
	background: url(../images/menu-leftTop.jpg) no-repeat left top;
	height: 15px;
}
.twoColFixLtHdr #sidebar1 #menu-left-middle{
	background: url(../images/menu-leftMiddle.jpg) repeat-y -1px top;
	padding: 0 5px 0 5px;
}
.twoColFixLtHdr #sidebar1 #menu-left-bottom{
	background: url(../images/menu-leftBottom.jpg) no-repeat left top;
	height:18px;
}

.twoColFixLtHdr #mainContent {
	margin: 5px 0 0 236px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 12px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent #CMSContent {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 14pt;
}
.twoColFixLtHdr #mainContent #CMSContent a {
	text-decoration:underline;
	font-weight: bold;
	color:#ff8601;
}
.twoColFixLtHdr #mainContent #CMSContent a:hover {
	text-decoration:underline;
	font-weight: bold;
	color:#ff8601;
}


.twoColFixLtHdr #mainContent #internalHeader  {
	height: 138px;
}
.twoColFixLtHdr #mainContent #internalHeader #fraseDia {
	float: left;
	background-position: -2px bottom;
	color: #fff;
	width: 248px;
	/*padding-top: 8px;*/
	overflow: hidden;
	padding-left: 0px;
	/*background-image: url(../images/fraseDia.jpg);
	background-repeat: no-repeat;*/
}
.twoColFixLtHdr #mainContent #internalHeader #fraseDia .ocultaSobrante td.textofrase {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.ocultaSobrante {
	/*height: 114px;
	overflow: hidden;*/
	/*
	width: 230px;
	*/
}


.twoColFixLtHdr #mainContent #internalHeader #contentBannerView {
	margin: 0 0 0 258px;
	background: url(../images/botom-banner.jpg) no-repeat;
	background-position: left bottom;
	background-color: #FFA600;
	color: #fff;
	height: 138px;
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 46px;
} 
.twoColFixLtHdr #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 */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

.twoColFixLtHdr #footer p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.twoColFixLtHdr #footer p a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.twoColFixLtHdr #footer p a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}

.autores{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9EC4E2;
	text-decoration: none;
	text-align:center;
	width: 100%;
}

.autores a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9EC4E2;
	text-decoration: none;
	margin-right:20px;
}
.autores a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9EC4E2;
	text-decoration: underline;
}

.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;
}
 
/*
 * Sexy Button Menu Top
*/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url(../images/bg_button_a.gif) no-repeat scroll top right;
    color: #fff;
	font-weight:bold;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url(../images/bg_button_span.gif) no-repeat;
	font-weight:bold;	
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:hover {
    background: transparent url(../images/bg_button_a.gif) no-repeat scroll right -30px;
    color: #fff;
	font-weight:bold;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button:hover span {
    background: transparent url(../images/bg_button_span.gif) no-repeat left -30px;
	font-weight:bold;	
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

/*
 * Class para boton Activo
*/
a.buttonAct {
    background: transparent url(../images/bg_button_a.gif) no-repeat scroll right -30px;
    color: #fff;
	font-weight:bold;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonAct span {
    background: transparent url(../images/bg_button_span.gif) no-repeat left -30px;
	font-weight:bold;	
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

.linedotted{
	border-bottom:1px dashed #bfbfbf;
}
