/*Titulo de la nota*/
body{ font-family:Arial, Helvetica, sans-serif}
H1 {
	font : bold 30px Arial, Helvetica;
	color:#333;
	margin : 4px 0;
	padding : 0;
}
H1.blogTitle{ 
	color:#333 !important; 
	margin:10px 0;
}
/*Para los datos relacionados con la nota (relacionados, autor, fecha, vistas...)*/
DIV.noteData {
	border-bottom :1px dotted #CCC !important;
	border-top : dotted 1px #CCC;
	padding : 10px 0;
	color : #999;
	margin : 0 0 10px 0;
}

DIV.noteData.blogData{
	border-bottom:none !important;
	padding-bottom:0;
}
DIV.noteData UL{
	margin-bottom:10px !important; 
	padding-bottom:10px !important;
	border-bottom :1px dotted #CCC !important;
}
DIV.noteData.blogData UL{ border-bottom:none !important	}
DIV.noteData UL LI.right SPAN.addMyPage{	
	height:22px; 
	margin-left:100px !important; 
	.margin-left:100px !important;
}
#mipagina_content{
	font-family:Verdana;
	margin-top:10px;
	font-size:12px; 
	color:#3366cc; 
	background-color:#efefef; 
	padding:5px 0px 5px 0px;
	background-color:#EFEFEF;
	display:none;
	margin-top:10px;
}
/*Temas relacionados*/
DIV.noteData STRONG {
	font : bold 13px Arial, Helvetica;
	color : #990000;
}
DIV.noteData SPAN.strng {
	font : bold 13px Arial, Helvetica;
	color : #990000;
}

DIV.noteData A {
	color : #333;
	font : normal 12px Arial, Helvetica;
}
/*Autor, fecha, vistas...*/
DIV.noteData UL { padding-bottom:2px !important;}
DIV.noteData UL LI{
	float : left; 
	margin-top:3px !important; 
	margin-bottom:3px !important; 
	font : normal 11px Arial, Helvetica;
	line-height:18px !important;
}
DIV.noteData UL LI A {font : normal 11px Arial, Helvetica;}
DIV.noteData UL LI.left {float:left; width:28%; margin:0px !important;}
DIV.noteData.blogData UL LI.left {width:40%;}
DIV.noteData UL LI.right {float : right; width:72%; padding:0px !important;  margin:0px !important;}
DIV.noteData.blogData UL LI.right {width:60%;}
DIV.noteData UL LI.right UL{ border:none !important; margin:0px !important;}
DIV.noteData UL LI.right UL LI{width: 100%; height:25px; text-align:right; float:none; margin:0px !important; }
DIV.toolBox{
	font:normal 11px Arial, Helvetica, sans-serif;
	margin-bottom:10px !important;
	background-color:#F7F7F7;
	-moz-border-radius : 4px;
	-webkit-border-radius : 4px;
	border:1px solid #CCCCCC;
	padding:6px 10px;
	text-align:left
}
DIV.toolBox UL LI{ 
	margin:3px 0 !important;
	padding:1px 0 !important;
	width:100%;
	float:left
}
DIV.toolBox UL LI SPAN{ margin-right:3px}
/*Para las ligas relacionadas a la nota*/
DIV.noteData UL LI SPAN {color : #333; margin:0 2px !important;}
DIV.noteData UL LI STRONG {font : bold 11px Arial, Helvetica;}
DIV.noteData UL LI SPAN.strng {font : bold 11px Arial, Helvetica;}
DIV.noteData UL LI SPAN A {color : #000;}

DIV.noteData UL LI STRONG, 
DIV.noteData UL LI STRONG A,
DIV.noteData UL LI SPAN.strng, 
DIV.noteData UL LI SPAN.strng A, 
DIV.toolBox LI SPAN.strng,
DIV.toolBox LI SPAN.strng A{
	color : #990000;
	vertical-align:middle;
}

DIV.noteData UL LI IMG, DIV.toolBox LI SPAN IMG{
	margin : 0 0 0 6px;
	vertical-align : middle;
}
/*Para la foto, busquedas relacionadas y contenido relacionado de la foto*/
/*Para las notas con Foto de 610px*/
UL.mainBigNoteOpts {
	overflow : visible !important; 
	width : auto !important;
}
UL.mainBigNoteOpts LI {float : right;}
/*Para las notas con Foto de 300px*/
UL.mainSmallNoteOpts {
	overflow : visible !important; 
	width : auto !important; 
	float : right !important;
	margin : 0 0 10px 10px !important;
}
UL.mainSmallNoteOpts LI {width:300px;}
UL.mainSmallNoteOpts DIV.containerComp LI {width:auto;}
/*Para las opciones y relacionados de la nota*/
LI.noteOptions { 
	width:300px; 
	margin-top : 6px !important;
}
UL.mainBigNoteOpts LI.noteOptions {margin:6px 0 0 10px !important;} 
/*Para el contenido textual de la nota*/
#noteContent P {
	font-family : Arial, Helvetica;
	font-size:12px; 
	color : #333;
	margin : 0 0 20px 0;
	padding : 0;
}
/*para el subtýtulo de la nota*/
#noteContent H2 {
	font:normal 21px Arial, Helvetica;
	color : #990000;
	padding : 0;
	margin : 0 0 12px 0;
}
/*Para la fuente de la nota*/
#noteContent H6 {
	font:normal 11px Arial, Helvetica;
	padding : 0;
	margin : 0 0 6px 0;
	color : #333;
}
/*Para la fuente de la nota*/
#noteContent SPAN {
	font:normal 11px Arial, Helvetica;
	padding : 0;
	margin : 0 0 6px 0;
	color : #333;
}
#noteContent.blogContent IMG{ float:left ; margin:10px 10px 10px 0}
/*Para las opciones de usuario*/
DIV.usrOptions.onPhoto {
	background-color : #F7F7F7;
	border:1px solid #CCC;
}
DIV.usrOptions.onPhoto UL{ 
	padding:0; 
}
LI.noteOptions UL.usrOptions {
	max-width : 276px;
	margin-bottom : 10px !important;
	padding : 0 11px 4px 11px !important;
	border : solid 1px #CCC;
	background-color : #F7F7F7;
	-moz-border-radius : 4px;
	-webkit-border-radius : 4px;
}
LI.noteOptions UL.usrOptions LI {
	float : left;
	display : inline;
	margin : 8px 0 4px 0 !important;
	width : 92px;
	height : 20px;
}
DIV.usrOptions.onPhoto UL LI {
	float : left;
	display : inline;
	padding:8px 0px !important;
	margin:0 14px !important
}
DIV.usrOptions.onPhoto FORM{ padding:0; margin:0}
LI.noteOptions UL.usrOptions LI IMG, DIV.usrOptions.onPhoto UL LI IMG {vertical-align:top; border:0;}
LI.noteOptions UL.usrOptions LI A , DIV.usrOptions.onPhoto UL LI A{text-decoration : none;}
LI.noteOptions UL.usrOptions LI A.txtLink, DIV.usrOptions.onPhoto UL LI  A.txtLink{
	margin : 10px 0 0 6px !important;
	font : normal 11px/16px Arial, Helvetica;
	color : #000000;
	text-decoration : none;
}
/*Para los contenedores de busquedas y contenidos relacionados*/
LI.noteOptions DIV.containerComp {margin-bottom : 10px;}
LI.noteOptions DIV.contTitle {
	font : normal 14px Arial, Helvetica;
	color : #333;
}
/*Para busquedas relacionadas*/
UL.bulleftedUL {padding:10px 0 !important;}
UL.bulleftedUL LI {
	font : bold 14px Arial, Helvetica;
	color : #666;
	float : none;
	display: inline;
	float:left;
	padding-right : 10px !important;
	overflow:visible !important;
}
UL.bulleftedUL LI A {
	font : bold 14px Arial, Helvetica;
	color : #666;
	text-decoration : underline;
	line-height : 22px;
}
DIV.containerInNote{ width:302px; margin-bottom:15px}
DIV.containerInNote.left{ margin-right:10px; float:left; clear:none}

/*Para Listas con bullets de flecha gris*/
UL.bulletedArrow {
	margin:0; 
	padding:0;
	max-width: 272px;	
	border-bottom : dotted 1px #CCC;
	padding : 0 4px 0 20px !important;
	background : url(../img/img_icon_nt_bullet.gif) no-repeat;
	background-position : 10px 6px;
}
UL.bulletedArrow LI {float : left;}
/*Para las ligas*/
UL.bulletedArrow LI A {
	font : normal 11px Arial, Helvetica;
	color : #333;
	text-decoration : none;
}
/*Para las fotogalerýas relacionadas*/
UL.bulletedArrow LI.relatedGall {
	float : right;
	margin-top : 4px !important;
}

/*Para las ligas de ver mas*/
.moreRelContent {
	height : auto !important;
	background : #F7F7F7 !important;
	padding : 10px 0 !important;
	font : bold 10px Arial, Helvetica;
	color : #333;
}
.moreRelContent A {
	font : bold 10px Arial, Helvetica;
	color : #333;
	margin : 0 10px;
	text-decoration : none;
}

/*  Personalizaciýn de los LI para el home de video */
UL.imageNote.fourElements.homeVideo LI{
	margin:0 10px 0 0 !important;
	width:142px;
}

UL.imageNote.fourElements.homeVideo LI SPAN.image{
	width:142px !important;
	height:107px !important;
	cursor:pointer;
	background:no-repeat center #000000;
}

UL.imageNote.homeVideoUL{
	float:left !important; 
	width:290px !important; 
	margin-left:0px !important;
}


UL.imageNote.homeVideo H2, LI.textIndex H3, H6{
	font-size:14px;
	font-weight:normal;
	color:#9D0808;
	margin:1px 0 0 0;
	text-align:left;
}

/* Personalizaciýn del texto para el index de video*/
LI.textIndex.video{
	width:160px;
}


H3.independentTitle.videos{
	font-size:30px;
	display:block;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:8px;
}

DIV.containerComp.noBorder{
	border:none !important;
}

.dc-date{ display:inline-block}

UL.additionalData{ 
	font-family:Arial, Helvetica, sans-serif; 
	padding:0px; 
	margin:3px 0 10px 0 !important
}
UL.additionalData LI{margin:5px 0 !important}
UL.additionalData LI SPAN{ 
	font:bold 12px Arial, Helvetica, sans-serif; 
	color:#f53172;
	margin:0px; 
	padding:0px;
}

UL.additionalData LI.labels A{
	color:#333; 
	font:normal 12px/12px Arial, Helvetica, sans-serif; 
	text-decoration:underline
}
#textbody{
	font-size:12px; 
	font-style:normal;
	line-height:15px; 
	font-family:Arial, Helvetica, sans-serif;color : #333;
	margin : 0 0 20px 0;
	padding : 0;
}

SPAN.creditsPhoto{
	top:-2px; 
	position:relative; 
	text-align:right; 
	display:block; 
	width:100%;
	font-size:11px;
	color:#666666;
}
DIV.blogAutor{
	background:#E9E9E9;
	padding:10px;
	height:1%;
	height:inherit;
	clear:both;
	overflow:hidden;
	border:1px solid #CCC
}

DIV.boxInNote{border:1px solid #CCCCCC; width:295px; margin-bottom:15px}
DIV.boxInNote H3{ font-size:14px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#666666; margin:0px; padding:8px; background-color:#F7F7F7}
LI.listUL UL{ border-bottom:1px dotted #CCCCCC}
LI.listUL UL.lastUL{ border:none}
LI.listUL UL SPAN{ float:left; width:90px;}
LI.listUL UL SPAN IMG{ margin:10px !important}
LI.listUL UL DIV{float:left; width:195px; padding:8px 0; font-family:Arial, Helvetica, sans-serif}
LI.listUL UL DIV H5, LI.listUL UL DIV H6{ margin:0px}
LI.listUL UL DIV P, LI.listUL UL DIV P A{ font-size:11px; text-decoration:none; color:#000000}
LI.listUL UL DIV H5, LI.listUL UL DIV H5 A{ 
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000000; 
	text-decoration:none; 

}
LI.listUL UL DIV H5 B A{ font-weight:bold}
LI.listUL UL DIV H4, LI.listUL UL DIV H4 A{
	font:normal 16px Georgia, "Times New Roman", Times, serif;
	margin:0 0 8px 0; 
	text-decoration:none; 
	color:#333333; 
}
LI.listUL UL DIV H6, LI.listUL UL DIV H6 A, DIV.generalNote H5.dateAndTime, DIV.generalNote H5.dateAndTime A{
	font:bold 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#3366CC; 
}

DIV.blogAutor *{ margin:0; text-decoration:none; color:#323232; }
DIV.blogAutor IMG{ float:left; margin:0 10px 0 0 !important}
DIV.blogAutor DIV{ float:left; width:86%}
DIV.blogAutor DIV H5{ font:bold 12px/12px  Arial, Helvetica, sans-serif}
DIV.blogAutor DIV P{ font:normal 11px/13px Arial, Helvetica, sans-serif;}
DIV.blogAutor DIV SPAN, DIV.blogAutor DIV SPAN A{ font:bold 11px Arial, Helvetica, sans-serif}
DIV.blogAutor DIV SPAN A{ color:#666}
DIV.blogAutor DIV H5, DIV.blogAutor DIV H5 A{color: #f53172;}
DIV.blogAutor DIV H5 A:hover, DIV.blogAutor DIV SPAN A:hover{ text-decoration:underline}
DIV.blogAutor DIV H5, DIV.blogAutor DIV P, DIV.blogAutor DIV SPAN{ margin-bottom:4px}




