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

* {
	margin: 0;
}

html, body {
	height: 100%;
}

table{
margin:0;
padding:0;
}

body {
background-image:url(../componentes/bg_header.gif);
background-repeat:repeat-x;
background-position:top;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	width:990px;
}

.footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}


.footer {
	height: 50px; /* .push must be the same height as .footer */
	background-image:url(../componentes/bg_footer.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.footer-wrapper {
	width:975px;
	color:#FFFFFF;
	padding-top:20px;
	margin:0 auto 0 auto;
	font-size:11px;
}

#footer-firma {
float:right;
color:#FFFFFF;
font-size:9px;
margin-bottom:5px;
}

body {
background-color:#fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
}

#header {
height:70px;
}

.menu {
}

#sidebar-izq{
/*padding-right: 10px;*/
padding-top:5px;
width:210px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar-izq-interior{
padding-top:5px;
width:260px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar-der{
width:260px;
/*padding-left:10px;*/
padding-top:5px;
}

#main-home{
padding:5px 5px 0;
}


.titulos-pest {
height: 23px;
border-bottom: solid 3px #000;
padding-bottom:0;
margin-bottom:0;
margin-left:5px;
}

.titulos-pest-txt {
padding-left:8px;
padding-bottom:4px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
font-size:15px;
height: 30px;
}

.sidebar-noticias{
font-size: 11,5px;
font-family: "Tahoma", Arial, Helvetica, sans-serif;
line-height:14px;
letter-spacing:1px;
}

.sidebar-noticias h2 {
font-size: 14px;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
}

.sidebar-noticias td {
padding-top:20px;
}

.grilla-videos-home{
margin-top:10px;
}

.grilla-videos-home td{
/*padding:4px;*/
padding-top:7px;
padding-right:3px;
margin: 0 auto 0 auto;
}

/*  videos embebidos  */

#vimeo-embed td{
margin: 0 auto 0 auto;
padding-bottom:5px;
}

#vimeo-embed .video-title{
/*background-color:#000000;*/
font-family:Arial, Helvetica, sans-serif;
padding-right: 10px;
padding-left: 10px;
padding-bottom:10px;
}

#vimeo-embed h1 {
font-size: 16px;
color:#999999;
}
#vimeo-embed h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#00000;
font-weight:normal;
}
#vimeo-embed .video-fecha {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#333;
text-align: right;
}

.video-fecha{
float:left;
display:inline;
padding-bottom:4px;
padding-top:4px;
}

span.video-fecha a{
text-decoration:underline !important;
}
span.video-fecha a:hover{
text-decoration:line-through !important;
}
span.video-fecha a:visited{
text-decoration:underline !important;
}
#sidebar-der img{
padding-bottom:3px;
}

/* estilos de idiomas*/
#idiomas { 
background-color:#000000;
color:white;
float:right;
height:20px;
margin:0;
padding:0 10px;
position:relative;
text-align:center;
width:20px;
z-index:200;
}
#idiomas a:link, #idiomas a:visited { color:white; text-decoration:none}
#idiomas a:hover { color:grey; text-decoration: line-through}

