form {
   margin:0px;
   padding:0px;
}

#st_menuBar {height: 35px;}
#st_menuBar ul {
	list-style: none;
	margin: 0 0 0 70px;
	padding: 0;
}
#st_menuBar div {
	float: left;
	margin: 0;
	padding: 0;
	background: url(sub_menu.jpg) repeat-x top;
}
#st_menuBar li {
	float: left;
	margin: 0;
	padding: 0;
	background: url(sub_menuL.jpg) no-repeat top left;
}
#st_menuBar span{
	float: left;
	margin: 0;
	padding: 0 5px;
	background: url(sub_menuR.jpg) no-repeat top right;
}
#st_menuBar a {
	text-decoration: none;
	margin: 0 -2px 0 -2px;
	padding: 2px 0 3px 0;
	font-size: 13px;
	color: #3B484C;
	float: left;
}
#st_menuBar a:hover {
	text-decoration: none;
	margin: 0 -2px 0 -2px;
	background: url(sub_menuhover.jpg) repeat-x bottom;
}
#st_menuBar .current {background: url(sub_menuhover.jpg) repeat-x bottom;}
#st_menuBar .current a {
	text-decoration: none;
	background: url(sub_menuhover.jpg) repeat-x bottom;
}
/*********************************************************/
#st_floatL {float: left;}

.div_txt_float {
   float: left;
}

.div_cuerpo_float {
   float: left;
   text-align: left;
}

#div_items div {
	display: block;
	width: 100%;
}

.div_listvideo div {margin: 10px 6px 36px 0;}

.p_parrOR p {text-align: right; margin: 10px 0 10px 0;}

.st_dateIcon {background: 0px 8px url(arrow.jpg) no-repeat;}

.st_date_nil p {
	font-size: 13px;
	color: #D6D6D6;
	background: url(arrowD.jpg) no-repeat center left;
}

.st_framedata input {
	border: solid 1px #CCCCCC;
	padding: 2px;
	width: 109px;
	height: 12px;
}

textarea.st_frametrick {
	border: solid 1px #CCCCCC;
	padding: 2px;
	width: 109px;
	height: 155px;
}

textarea.st_frameopinion {
	border: solid 1px #CCCCCC;
	padding: 2px;
	height: 125px;
}
textarea#st_opinionsmall {width: 330px;}
textarea#st_opinionbig	 {width: 450px;}

/*==========CAMBIOS VISUALES EN EL HOME================*/

.contenedor_mas_noti_home{
    width:387px;
	height:204px;
	background-color:#F7F9FA;
	text-align:left;
	border:solid 1px #E6ECF1;
  
}

.filas_noti_home{
    height:20px;
	border-bottom:solid 1px #E6ECF1;
	padding-left:5px;
	padding-top:5px;
}

#header_mas_notis{
    text-align:center;  
	background-color:#7E9CB8; 
	color:#FFFFFF; 
	font-weight:bold; 
	border:#FFFFFF solid 1px;
}
/*************************************************/
.tags_{
   width:458px;
   float:left;
   border:#E5E5E5 solid 2px;
   margin:5px 0 5px 0;
   }
.tags_in{
	width:441px;
	float:left;
	border:#F4F4F4 solid 1px;
	background:url(tags_bg.jpg) repeat-x #FEFEFE bottom;
	padding:8px;
	line-height:23px;
	color:#0099CC;
	}   
.tags_in .alink{
	font-family:"Lucida Sans", "Helvetica Condensed", Arial, sans-serif;
	font-size:12px;
	color:#0099CC;
	text-decoration:none;
	padding:0 3px;
	border:#CCC solid 1px
	}
.tags_in a:hover,
.tags_in .active{
	border:#CCC solid 1px;
	color:#333;
	}