/*
Theme Name: Nuevo
Theme URI: http://www.cilisco.com.ar
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: Hernan
Author URI: http://wordpress.org/
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header
Text Domain: cilisco.com.ar
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@charset "utf-8";
/* CSS Document */

.hilite { background:#D3E18A; } 
.navigation {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666}

.recomendar {text-align:right; text-decoration:none }
.recomendar img { border:none}

.botones_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #4F8F9C;
	text-decoration: none;
}
.botones_top2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #304A4F;
	text-decoration: none;
}


.botones_banda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	
}
.seccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align:left;
	background-repeat: no-repeat;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	}
.seccion_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align:left;
	background-repeat: no-repeat;
	
	margin-top: 5px; 
	margin-left:5px;
	color: white;
	}	

.fondodegradado {width: 100%;  
height: 10px;
margin: 0px;
padding: 0px;

border-radius: 0px;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #FFFFFF 10%, #D7D7D7 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFFFFF 10%, #D7D7D7  100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFFFFF 10%, #D7D7D7 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.1, #FFFFFF), color-stop(1, #D7D7D7));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFFFFF 10%, #D7D7D7 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #FFFFFF 10%, #D7D7D7 100%);


}

.fondodegradadoarriba {width: 100%;  
height: 5px;
margin: 0px;
padding: 0px;

border-radius: 0px;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #D7D7D7 10%, #FFFFFF 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #D7D7D7 10%, #FFFFFF  100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #D7D7D7 10%, #FFFFFF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.1, #D7D7D7), color-stop(1, #FFFFFF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #D7D7D7 10%, #FFFFFF 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #D7D7D7 10%, #FFFFFF 100%);


}
.fondodegradadoultimoarriba {width: 95%;  
height: 5px;
margin: 0px;
padding: 0px;

border-bottom-right-radius: 0px;
border-top-right-radius: 10px;

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #D7D7D7 10%, #FFFFFF 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #D7D7D7 10%, #FFFFFF  100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #D7D7D7 10%, #FFFFFF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.1, #D7D7D7), color-stop(1, #FFFFFF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #D7D7D7 10%, #FFFFFF 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #D7D7D7 10%, #FFFFFF 100%);


}


.telam
{
	box-shadow: 1px 1px 10px  #909090 ; border-bottom-right-radius: 10px; border-top-right-radius: 10px;	border: 0 none;
}

.fondodegradadoultimo {width: 95%;  
height: 10px;
margin: 0px;
padding: 0px;
border-bottom-right-radius: 10px;
border-top-right-radius: 0px;

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #FFFFFF 10%, #D7D7D7 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFFFFF 10%, #D7D7D7  100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFFFFF 10%, #D7D7D7 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.1, #FFFFFF), color-stop(1, #D7D7D7));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFFFFF 10%, #D7D7D7 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #FFFFFF 10%, #D7D7D7 100%);


}

.botones_top:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.botones_top2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.botones_banda hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}


.ira {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.ira2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #DD4B4B;
	text-decoration: none;
}
.ira:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.ira2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #DD4B4B;
	text-decoration: underline;
}
.notasrecientes_titulo {
	font-size: 11pt;
	font-weight: bold;
	color: #314A4E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.notasrecientes {
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.links_titulo {
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.texto_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	
}
.titulo_doslineas a {
	font-size: 14pt;
	font-weight: normal;
	color: #314A4E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.titulo_doslineas a:hover {
	font-size: 14pt;
	font-weight: normal;
	color: #4F8F9B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.titulo_doslineas_secundario a {
	font-size: 13pt;
	font-weight:normal;
	color: #314A4E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.titulo_doslineas_secundario a:hover {
	font-size: 13pt;
	font-weight: normal;
	color: #4F8F9B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.titulo a {
	font-size: 16pt;
	font-weight: normal;
	color: #314A4E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;

}

.titulo a:hover {
	font-size: 16pt;
	font-weight: normal;
	color: #4F8F9B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.titulosemana a {
	font-size: 10pt;
	font-weight:bold;
	color: #314A4E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
	

}


.titulosemana a:hover {
	font-size: 10pt;
	font-weight: bold;
	color: #4F8F9B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
}

.volver a {
	font-size: 12pt;
	font-weight:bold;
	color: #314A4E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center
	

}


.volver a:hover {
	font-size: 12pt;
	font-weight: bold;
	color: #4F8F9B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
}


.titulo_doslineassemana a {
	font-size: 10pt;
	font-weight: bold;
	color: #314A4E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
	
	
}



.titulo_doslineassemana {height:70px; padding-left:10px}
.titulosemana {height:60; padding-left:4px}


.titulo_doslineassemana a:hover {
	font-size: 10pt;
	font-weight: bold;
	color: #4F8F9B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}


.titulo_videos a {
	font-size: 16pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.titulo_videos a:hover {
	font-size: 16pt;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.titulo_videos_doslineas a {
	font-size: 14pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.titulo_videos_doslineas a:hover {
	font-size: 14pt;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}


.titulo_charlas a {
	font-size: 16pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	width:200;
}
.titulo_charlas a:hover {
	font-size: 16pt;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	width:200;
}

.titulo_charlas_doslineas a {
	font-size: 14pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	width:100;
}
.titulo_charlas_doslineas a:hover {
	font-size: 14pt;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	width:200;
}


.seccion2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	
	
}
#descripcion_video {
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	width:261px;
	
}
.seccion3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	
	
}
.charlastd { padding-top:40px;}:
.botones_links a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #2F4B4F;
	text-decoration: none;
}
.botones_links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #4F8F9B;
	text-decoration: none;
}
.boton_titulolink {
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.boton_titulolink:hover {
	font-size: 9pt;
	font-weight: normal;
	color: #4F8F9B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.enestenews_titulo {
	font-size: 11pt;
	font-weight: bold;
	color: #314A4E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	letter-spacing: -1pt;
}





.crop{

 width:400px;
 height:200px;
 margin-top:10px;
 margin-bottom:10px;
 
 overflow:hidden;
 border:hidden;
 
 

}
.crop img{
	

	border: 0 none;

 
 

}


.celdasemana{ margin:0px; padding:0px; vertical-align:top}
.notadosthumb img{ border: 0 none;}
.logosderecha dl.gallery-item img {border: 0 none !important;text-decoration:none !important; }
.logosderecha dl.gallery-item {margin-top: 20px; margin-bottom: 8px}
.logosderecha {}

.logoshorizontal dl.gallery-item img {border: 0 none !important;text-decoration:none !important; vertical-align: middle }
.logoshorizontal dl.gallery-item {margin-top: 10px; margin-bottom: 2px; margin-left:20px; display: inline;}
.logoshorizontal dt {display: inline;}

.logoshorizontalinferior dl.gallery-item img {border: 0 none !important;text-decoration:none !important; vertical-align: middle }
.logoshorizontalinferior dl.gallery-item {margin-top: 10px; margin-bottom: 2px; margin-left:20px; display: inline;}
.logoshorizontalinferior dt {display: inline; }


.gallery br {
display:none;
}

.gallery:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

.notasemanafondo img{ border: 0 none; padding-top:20;}
.notasemanafondo { width:162; height:162; padding-top:20px;}

.norepetirsemana { background-repeat:no-repeat; background-position:center; }


#banda li {display: inline; }
#banda  ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt ;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0; padding: 0; 
	list-style-type: none; 
	list-style-image: none;
	
}


#banda a { text-decoration:none; color:#FFFFFF; font-size:8; font-weight:normal; text-decoration:none; font-family:Arial, Helvetica, sans-serif; padding-right:5px}
#banda a:hover { color:#CCC}
bandafondo {width:40; height:10; overflow:hidden}


#cuerpo1 {
	width: 400px;
	
	margin: 0px auto 0px;
	padding: 0px;

	border:medium;
	
	
}
#cuerpo {
	width: 410px;
	height:350px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
	
	
	overflow:hidden;
	
	
}

#cuerpoindex {

	margin: 0px 0px 0px 0px;
	padding: 0px;

}

.fondovacio{ background-repeat:no-repeat
}

.fondonota { padding-left:30px; padding-top:20px}

#cuerpoindex h1 a{font-size: 16pt;
	font-weight: normal;
	color: #4F8F9B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#cuerpoindex h1 a:hover{
font-size: 16pt;
	font-weight: normal;
	color: #314A4E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#cuerpoindex cat { 	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align:left}

#cuerpoindex c { font-family:Arial, Helvetica, sans-serif !important ; text-align:left; font-size:14px !important; }
#cuerpoindex c h4{font-family:Arial, Helvetica, sans-serif; text-align:left; font-size:14px; color:#314A4E}
#cuerpoindex c h5{font-family:Arial, Helvetica, sans-serif; text-align:left; font-size:12px; color: #666; font-weight:bold}



#cuerpoindex c img{float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	padding-top: 7px;}
#cuerpoindex p img{ float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	padding-top: 7px;}


#cuerpoarchivo h1 a{font-size: 13pt;
	
	font-weight: bold;
	color: #4F8F9B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#cuerpoarchivo h1 a:hover{
font-size: 13pt;
	font-weight: bold;
	color: #314A4E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#cuerpoarchivo cat { 	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align:left}

#cuerpoarchivo c { font-family:Arial, Helvetica, sans-serif; text-align:justify; font-size:13px}
#cuerpoarchivo c img{float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	padding-top: 7px;}
#cuerpoarchivo p img{ float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	padding-top: 7px;}




#notados {
	width: 280px;
	
	
	margin: 0px 0px 0px 0px;
	padding-top:5px;
	
	
	
	overflow:hidden;
	
	
}
#cuerpo_video {
	width: 280px;
	height:520px;
	

	margin: 0px 0px 0px 0px;
	padding-left:4px;
	
	
	
	
	overflow:hidden;

	
	
}
#cuerpocharlas {
	width: 280px;
	height:150px;
	

	margin: 0px 0px 0px 0px;
	padding-left:4px;
	
	
	
	
	overflow:hidden;

	
	
}
#rellenomedio {
	width: 410px;
	height:10px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
	
	overflow:hidden;
	
	
}

	
	
#rellenoarriba {
	width: 10px;
	height:10px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
	
	
	overflow:hidden;
	
	
}
#rellenoarribavideos {
	width: 10px;
	height:25px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
	
	
	overflow:hidden;
	
	
}
#cuerpoabajo {
	width: 410px;
	height:170px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
	
	overflow:hidden;
	
	
}
#relleno10 {
	width: 10px;
	height:10px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
	
	overflow:hidden;
	
	
}
#relleno5 {
	width: 5px;
	height:5px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
	
	overflow:hidden;
	 
	
	
}
#videoframe {
	width: 261px;
	height:200px;

	margin-left:0px;
	padding: 0px;
	
	
	overflow:hidden;
	
	
}
.norepetir { background-repeat:no-repeat;}

#s { color: #999}


.wp-pagenavi {
	clear: both;
	font-size:11px;
	color:#999;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	color:#333;

	border: 1px solid  #CCC;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color:  #30494E;
}

.wp-pagenavi span.current { 
	font-weight: bold;
}


#flash-holder {
    position:relative;
    width:110px;
    height:90px;
    border:0 none;
    margin:auto;
 }
#flash-holder {
    display:block;
 }
#flash-holder a {
    position:absolute;
    width:110px;
    height:90px;
    left:0;
    top:0;
    background-color:#fff;
    opacity:0;
    filter:alpha(opacity=0);
 }

