@charset "utf-8";
/* CSS Document ebavs.net 2008*/

body  {
	font: 100% Arial, Helvetica, sans-serif;

			  background-color : #99CCFF;
	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;
}
A:link, A:visited,A:active {
	color: #006699;
	text-decoration:none;
}
A:hover{
    color: #006699;
	text-decoration:underline;
}
.columnes #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/back.gif)
} 
.columnes #header { 
	background: #F9D237; 
	padding: 0px;  /* 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. */
	background-image:url(../images/backheader.gif);
	height:120px;
} 

.columnes #header #right{ float:right; color: #fff; font-size:80%; font-weight:bold; width:80%;}
.columnes #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 147px; /* 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: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	border-right:1px solid #000000;
	z-index:0;
	
}
.columnes #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	border-left:1px solid #000000;
}
.columnes #mainContent { 
	margin: 0 160px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:3;
	
} 
.columnes #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size:80%;
	text-align:center;
} 
.columnes #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 */
}

.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;
}


h4{color: #ebebeb; font-size: 100%; padding-left: 10px; background-color:#006699;}
h5{color: #ffffff; font-size: 80%; font-weight: bold;padding-left: 10px;background-color: #99CCFF;}

#mainContent  ul, #sidebar2 ul
{
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
color: #333333;
list-style-image: url(../images/ul1.gif);
list-style-type: circle;
text-decoration: none;
} 
p{font-size: 80%;}

h1{ color: #000; font-size: 120%; font-style:italic; text-align:right; border-bottom:1px solid #000;}
h2{color: #006699; font-family: Arial, Helvetica, sans-serif; font-size: 110%; font-weight: bold;}
.boto{
	background-color: #ffcc00; border:1px solid #000000; color : #006699;font-family: Arial, Helvetica, sans-serif;font-size: 11px; font-weight:bold;
}

/*1 columna*/
.columna #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
	background-image:url(../images/back2.gif)
} 
.columna #header { 
	background: #F9D237; 
	padding: 0px;  /* 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. */
	background-image:url(../images/backheader.gif);
	height:120px;
} 

.columna #header #right{ float:right; color: #fff; font-size:80%; font-weight:bold;  width:80%;}
.columna #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 147px; /* 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: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	border-right:1px solid #000000;
	
}

.columna #mainContent { 
	margin: 0 0 0 150px; /* 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 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.columna #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size:80%;
	text-align:center;
} 
.columna #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 */
}

 #tv { 
	width:425px; min-height: 1050px;
}

.programa {
height:200px;
margin:10px; float:left;
}

.programa, .programa-short {
background-image:url(../images/programa_top.jpg);
background-position:left top;
background-repeat:no-repeat;

margin-bottom:5px;
padding-top:5px;
width:176px;
}
.programa .preview, .programa-short .preview {
background-image:url(../images/programa_bottom.jpg);
background-position:left bottom;
background-repeat:no-repeat;
height:138px;
margin-bottom:5px;
}

.programa .thumbnail img {
clear:both;
color:#EB752F;
display:block;
font-size:11px;
font-weight:bold;
height:105px;
line-height:45px;
text-align:center;
text-decoration:none;
width:150px;
}

.programaindex {
height:175px; text-align:center;

}

.programaindex, .programa-short {
background-position:left top;
background-repeat:no-repeat;

margin-bottom:5px;
width:130px;
}
.programaindex .preview, .programa-short .preview {
background-position:left bottom;
background-repeat:no-repeat;
height:75px;
margin-bottom:5px;
}

.programaindex .thumbnail img {
clear:both;
color:#EB752F;
display:block;
font-size:11px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
height:105px;
line-height:45px;
text-align:center;
text-decoration:none;
width:135px;
}



