/*Importacines para portada*/
@import "home.css";
/**************************/

/* generales */

div {margin:0px;}

.tooltip-text{
	background:#FACBDF;
	color:white;
	display:none;
	font-size:0.9em;
	padding:6px 12px;
	position:absolute;
}
body{
	background: white;
	text-decoration: none;
	font-family: verdana;
	color:#58595b;
	font-size: 10px;
}

.titulo{
	font-size: 15px;
	font-family: Arial;
	font-weight:bolder;
	color: #2f4479;
	margin:0px;
	line-height: 19px;
}

.titulo1{
	font-size: 12px;
	font-family: Arial;
	font-weight:bolder;
	color: #2f4479;
	margin:0px;
	line-height: 19px;
}

a{
	font-family: verdana;
	color: #f99f1c;
	text-decoration:none;
}

p{
	line-height: 11px;
	margin-top:3px;
	margin-bottom:0px;
}

hr{
	clear:both;
	border-style:dashed;
	border-color:#eeeeef;
}

#container{
	width: 1050px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}

/* header */

#header{
	min-width: 100%;
	width:auto;
	height: 80px;
	background: #E6F1F7 url("../images/header.jpg") left bottom no-repeat;
	float: left;
	padding:0px;
}

#menu{
	height: 25px;
	font-size: 12px;
	width: auto;
	min-width: 100%;
	float:left;
	background:#003D69 url(../images/background_menu.jpg) repeat-y scroll left center;
	padding-top:0px;
}

/* Contenido */

#content{
	float:left;
	width:625px;
	margin-left:25px;
	margin-top:10px;
	margin-right:0px;
}

/*Laterales*/

#banners_col_left{
	float:left;
	height:150px;
	margin-right:10px;
	margin-top:10px;
}

#banners_col_left img{

}

#banners_col_right{
	margin-top:10px;
	float:left;

}

/*Modulos*/

.module_box
{
	margin-top:10px;
	width: 175px;
}

.module_box .box_content
{
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	padding:10px;
}

.module_box .checkbox
{
	float:left;
}

.module_box p
{
	float:left;
	font-size: 9px;
	width:130px;
	padding-bottom:5px;
}

.module_box .action_buttom
{
	float:right;
}


.module_box .border_middle
{
	border-bottom-color:#DBDBDB;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size:5px;
	height:5px;
	width:165px;
}

.module_box .corner_left
{
	background: url("../images/corner_left.jpg") left bottom no-repeat;
	height:5px;
	width:5px;
}

.module_box .corner_right
{
	background: url("../images/corner_right.jpg") right bottom no-repeat;
	height:5px;
	width:5px;
}




#menu_date
{
 float: left;
 padding-left: 5px;
 line-height: 25px;
 color: #FFF;
 font-size:11px;
}


/*BUSCADOR*/
#search_box
{
	float:right;
	padding-right:2px;
	padding-top:2px;
}

#search_text
{
	background:transparent url(../images/search_box.jpg) no-repeat scroll 0 0;
	border:0 none;
	color:#C3C3C3;
	font-size:9px;
	height:13px;
	padding-top:2px;
	text-indent:5px;
	width:112px;
}

#search_text2
{
	background:transparent url(../images/search_box2.jpg) no-repeat scroll 0 0;
	border:0 none;
	color:#C3C3C3;
	font-size:9px;
	height:13px;
	padding-top:7px;
	text-indent:20px;
	width:112px;
}

/* Galerias */


/*** Campaņa TV ****/
#votes_field{margin:2px;border:1px solid pink;}
.video_item{height:100px;margin:5px 5px 15px;clear:right;}
.video_item .logo{ width:100px;height:100px;float:left;}
.leftborder{width:500px;height:100px;float:left;border-left: 1px #dadada dashed;}
.leftborder a{ color:#2f4479; font-size: 11px;font-weight:bold;}



/*** Statics pages ***/
#header_page	{	height:100px;	padding-top:60px;padding-left:40px; background-repeat: no-repeat; }
#content_page	{	background: url('/images/backgrounds/content_page.gif') repeat-y;padding-left:40px;padding-right:75px;width:510px;}
#footer_page	{	background: url('/images/backgrounds/footer_page.gif') repeat-y;padding-left:40px;padding-right:75px;width:510px;height:130px;}