@charset "UTF-8";
body  {
	background: #f1f2f2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 50px;
	text-align: left;
}
.current a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: disc;
	background-image: url(../images/ul_a.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-indent: 15px;
	display: block;
}

.current a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #cda349;
	list-style-position: inside;
	list-style-type: square;
	background-image: url(../images/ul_hover.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.ligas a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	text-decoration: none;
}
.ligas a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #cda349;
	text-decoration: none;
}

.ligasub a {
	color: #999;
	text-decoration: none;
}
.ligasub a:hover {
	color: #cda349;
	text-decoration: none;
	font-weight: bolder;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
p {
	padding: 0px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666;
	text-align: left;
	margin: 0px;
	display: block;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #cda349;
	text-align: center;
	padding-left: 5px;
	padding-top: 3px;
	font-weight: bold;
	display: block;
	padding-right: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #666;
	text-align: left;
	display: block;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 15px;
	line-height: 50px;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #0D2F6A;
	text-align: center;
	padding: 0px;
	margin: 5px 0px 0px;
	font-variant: normal;
	font-style: normal;
	border: 1px solid #AEAEAE;
}

ul {
	padding: 0px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	text-align: left;
	margin: 010px;
	display: block;
	list-style-type: none;
}
.twoColFixRtHdr #header {
	padding: 0;  /* 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. */
	width: 982px;
	height: 198px;
} 

.twoColFixRtHdr #container {
	background: #FFFFFF url(../images/bg_home.jpg) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0px;
	height: 1333px;
	width: 968px;
} 
.twoColFixRtHdr #container #mainContent #cuarto {
	background-image: url(../images/tercerBloqueBG.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	width: 600px;
	margin-left: 38px;
}
.twoColFixRtHdr #container #banner #slideshow {
	float: right;
	width: 253px;
	height: 160px;
	padding: 0px;
	margin-right: 129px;
	margin-top: 0px;
	border: 1px ridge #333;
}
.twoColFixRtHdr #banner { /* 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. */
	width: 982px;
	height: 252px;
	color: #89CDF2;
} 
.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 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 235px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 15px;
	margin-right: 20px;
	background-image: url(../images/SideBarBg_home.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	height: auto;
}
.twoColFixRtHdr #mainContent {
	margin: 0; /* the right margin on this div element creates the column down the right 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 660px;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #666;
	text-align: left;
	line-height: 1.2em;
} 
.twoColFixRtHdr #container #mainContent #primer {
	background-image: url(../images/primerBloqueBG.gif);
	background-repeat: no-repeat;
	height: 176px;
	width: 599px;
	margin: 0px 0px 0px 40px;
	background-position: center center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #container #mainContent #segundo {
	background-image: url(../images/segundoBloqueBG.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	margin: 0px 0px 0px 38px;
	height: 200px;
	width: 604px;
}
.twoColFixRtHdr #container #mainContent #tercero {
	background-image: url(../images/tercerBloqueBG.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	width: 600px;
	margin-left: 38px;
}
#container #mainContent #anuncioBottom {
	text-align: left;
	border: 1px solid #BCBCBC;
	padding: 5px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 35px;
	background-color: #D3D3D3;
}
.twoColFixRtHdr #footer {
	padding: 0;
	height: 200px;
	width: auto;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
} 
.twoColFixRtHdr #container #footer #leftFooter {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-left: 120px;
	padding-right: 40px;
	margin: 10px 0px 0px;
	padding-bottom: 5px;
}
.twoColFixRtHdr #container #footer #centralFooter {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	margin: 10px 0px 0px;
	padding-right: 45px;
	padding-left: 35px;
	float: left;
	text-align: left;
	padding-bottom: 5px;
}
.twoColFixRtHdr #container #footer #rightFooter {
	border-right-color: #666;
	float: right;
	margin: 10px 0px;
	padding-left: 32px;
	padding-right: 103px;
}
.twoColFixRtHdr #container #subfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #AFAFAF;
	text-align: center;
	display: block;
	padding-top: 15px;
	height: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 250px;
	clear: both;
}

.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;
}
#container #anuncio {
	text-align: left;
	height: auto;
	width: 240px;
	padding: 10px 0px;
	margin: 30px 0px 10px;
	background-color: #e6e7e8;
	float: right;
	-moz-border-radius: 1em;
	border-radius: 1em;
	border: 1px solid #BDBDBD;
	background-image: url(../images/mainNav_1ni.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#container #sidebar1 #anuncio p {
	text-align: center;
	line-height: 1.2em;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 1em;
}
#container #sidebar1 #anuncio h3 strong {
	text-align: left;
	color: #B3006E;
	text-decoration: blink;
	font-size: 1em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1em;
	letter-spacing: 0.15em;
}

#sidebar1 #anuncio .bannercito {
	height: 56px;
	width: 200px;
	vertical-align: middle;
	padding-left: 20px;
}
#tags {
	background-color: #D3D3D3;
	width: 240px;
	float: right;
	height: 200px;
	/*-moz-border-radius: 1em;
	border-radius: 1em;*/
	background-image: url(../images/SideBarBg_home.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top: 1px none #BDBDBD;
	border-right: 1px none #BDBDBD;
	border-bottom: 1px none #BDBDBD;
	border-left: 1px none #BDBDBD;
}

.boton a{
	background-color: #D3D3D3;
	border: 1px dotted #909090;
	padding: 10px;
	width: 100px;
	background-image: url(../images/mainNav_1ni.gif);
	background-repeat: repeat-x;
	color: #666;
}

.boton a:hover{
	background-color: #f1f2f2;
	border: 1px dotted #cda349;
	padding: 10px;
	width: 100px;
	background-image: url(../images/mainNav_act.gif);
	background-repeat: repeat-x;
	color: #cda349;
}
#sidebar1 #anuncio p .ligas a em {
	text-decoration: underline;
}
#container #sidebar1 #logos {
	width: 225px;
	height: 57px;
	text-align: left;
}

.FBlogo   a{
	background-image: url(../images/FacebookLogo_a.png);
	height: 50px;
	background-repeat: no-repeat;
	width: 50px;
	background-position: center top;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666;
	line-height: 50px;
	float: left;
	margin-left: 120px;
}
.FBlogo a:hover {
	background-image: url(../images/FacebookLogo_hover2.png);
	height: 50px;
	background-repeat: no-repeat;
	width: 50px;
	background-position: center top;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666;
	line-height: 50px;
	float: left;
}

.YTlogo   a{
	background-image: url(../images/logo_Ytube.png);
	height: 50px;
	background-repeat: no-repeat;
	width: 50px;
	background-position: center top;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666;
	line-height: 50px;
	float: right;
}
.YTlogo a:hover {
	background-image: url(../images/logo_Ytube_hover.png);
	height: 50px;
	background-repeat: no-repeat;
	width: 50px;
	background-position: center top;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666;
	line-height: 50px;
	float: right;
}
.current li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 20px;
	height: 17px;
	width: 350px;
	vertical-align: bottom;
}
#sidebar1 .current li a img {
	height: 17px;
	width: 150px;
}
#container #bottomFixed a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #9E1D5C;
	height: 98px;
	width: 110px;
	text-align: center;
	position: absolute;
	z-index: 100;
	top: 280px;
	margin-left: 50px;
	background-image: url(../images/thumNAil.png);
	background-repeat: no-repeat;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-position: 1px top;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 0px;
	font-style: italic;
}
#container #bottomFixed a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #616161;
	background-image: url(../images/thumNAil_hover.png);
}

