/* CSS PARA TUTORIALES */
#ultimos_tutoriales
{
font-family: sans-serif;
color: #675F3E;
width: 279px;
background-color: #56564E;
}
#ultimos_tutoriales a
{
color: #52697F;
font-weight: bold;
}

#tutoriales_header
{
	height: 33px;
	width: 279px;
	
}
#tutoriales_header h3
{
	padding-top: 8px;
	padding-left: 20px;
	/* border: solid red 2px; */
	color: #EEEBE0;
	font-family: sans-serif;
	text-align: bottom;
	font-size: 100%;
}

#tutoriales_contenido
{
padding: 15px;
padding-bottom: 0px;
	background-image: url('../images/contenido/sidebar/tutoriales_background_css3.png') !important;
    background-position: top center;
	background-repeat: repeat-x;
background-color: #D4D3CF;

}
#tutoriales_footer
{
	height: 25px;
	width: 279px;
background-color: #D4D3CF;
}

.soy_tutorial
{
font-size: 80%;
}
.soy_tutorial a
{
color: #565551 !important;
text-decoration: none;
font-weight: bold;
}
.soy_tutorial a:hover
{
color: #918556 !important;
text-decoration: underline;
}

.noticia_tag_info
{
padding: 5px;
font-weight: bold;
font-size: 90%;
float:left; 
vertical-align: top;

}

/** CSS PARA SOCIAL NETWORKS*/
#social_networks
{
font-family: sans-serif;
font-size: 80%;
color: #364E6F;
width: 279px;
background-color: #364E6F;
}
#social_networks a
{
color: #52697F;
font-weight: bold;
}

#social_header
{

	height: 33px;
	width: 279px;
	
}
#social_header h3
{
	padding-top: 8px;
	padding-left: 20px;
	/* border: solid red 2px; */
	color: #EEEBE0;
	font-family: sans-serif;
	text-align: bottom;
	font-size: 100%;
}

#social_contenido
{
padding: 15px;
padding-bottom: 0px;
	background-image: url('../images/contenido/sidebar/social_background_css3.png') !important;
    background-position: top center;
	background-repeat: repeat-x;
background-color: #C4D0DC;

}
#social_footer
{
	height: 25px;
	width: 279px;
background-color: #C4D0DC;
}

/** CSS PARA ULTIMOS VIDEOS */
#ultimos_videos
{
font-family: sans-serif;
color: #753E76;
width: 279px;
background-color: #6D376E;
}
#ultimos_videos a
{
color: #9E3463;
font-weight: bold;
}

#videos_header
{

	height: 33px;
	width: 279px;
	
}
#videos_header h3
{
	padding-top: 8px;
	padding-left: 20px;
	/* border: solid red 2px; */
	color: #E7D6E8;
	font-family: sans-serif;
	text-align: bottom;
	font-size: 100%;
}

#videos_contenido
{
padding: 15px;
padding-bottom: 0px;
	background-image: url('../images/contenido/sidebar/videos_background_css3.png') !important;
    background-position: top center;
	background-repeat: repeat-x;
background-color: #DBC2DB;

}
#videos_footer
{
	height: 25px;
	width: 279px;
background-color: #DBC2DB;
}

.soy_video
{
font-size: 80%;
}
.soy_video a
{
color: #68236A !important;
text-decoration: none;
font-weight: bold;
}
.soy_video a:hover
{
color: #8B438D !important;
text-decoration: underline;
}