@charset "utf-8";
/* CSS Document */
/* Para armar un texto con sombra:
	text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
*/

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	line-height:12px;
	}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	line-height:20px;
	}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	line-height:14px;
	}

#troBloqueSupDer{
	background-image:url(../img/index/bloque-superior-derecho.png);
	background-repeat:no-repeat;
	height:280px;
	width:173px;
	float:right;
	margin:0px 10px 0px 10px;
	/ margin:0px 6px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:38px;
	}
	#troBloqueSupDerInterior{
		height:242px;
		width:162px;
		float:right;
		margin-right:5px;
		/margin-right:2px;
		padding-top:5px;		
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		overflow:auto;
		}
		#EfemeridesTitulo{
			width:14%px;
			padding-left:12px;
			float:left;
			}
		#EfemeridesFecha{
			width:14%px;
			float:left;
			text-align:left;
			margin-top:10px;
			font-size:12px;
			font-weight:bold;
			font-style:italic;
			padding-left:5px;
			}

#troBloqueVideo{
	background-color:#F05123;
	height:310px;
	width:350px;
	float:left;
	margin: 0px 0px 0px 0px;
	text-align:center;
	padding-top:10px;
	}

/* TusRegalosOnline en tu Email: */
	/* Bg */
	#troWebEmail{
		height:35px;
		width:532px;
		background-image:url(../img/index/bg-web-email.png);
		background-repeat:no-repeat;
		background-position:center;
		float:left;
		margin-bottom:10px;
		text-align:left;
		}
	
		/* Texto y txtBox */
		#troWebEmailTxt{
			height:25px;
			margin:10px 5px 0px 5px;
			float:left;
			text-align:left;
			font-family:Arial, Helvetica, sans-serif;
			font-size:16px;
			font-weight:bold;
			}
		
		/* Imagen de TusRegalosOnline */
		#troTusRegalosOnlineTitle{
			margin-left:5px;
			margin-top:8px;
			float:left;
			}
	
		/* Imagen del Sobre */
		#troTusRegalosOnlineImgLetter{
			margin-top:6px;
			float:left;
			}
/* FIN TusRegalosOnline en tu Email: */

/* Destacados */
	/* BG */
	#troIndexDestacadosGeneral{
		height:335px;
		width:531px;
		float:left;
		}
		
		#troIndexDestacados{
			height:106px;
			width:260px;
			background-image:url(../img/index/bg-destacados.png);
			background-repeat:no-repeat;
			float:left;
			margin-top:5px; /* Espacio Horizontal */
			}
	
		/* Espacio Vertial */
		#troIndexDestacadosEspacio{
			float:left;
			width:11px;
			height:106px;
			}
	
		/* Imagen */
		#troIndexDestacadosImg{
			float:left;
			width:85px;
			height:85px;
			margin-top:10px;
			margin-left:8px;
			/ margin-left:4px;
			/*background-color:#CC6633;*/
			text-align:center;
			}
			#troIndexDestacadosImg table{
				width:85px;
				height:85px;
				}			
				#troIndexDestacadosImg table td{
					vertical-align:middle;
					}
			
		/* Titulo */
		#troIndexDestacadosTitle{
			float:right;
			width:148px;
			height:22px;
			margin-top:10px;
			margin-right:12px;
			/ margin-right:6px;
			/*background-color:#FF99CC;*/
			}
			
		#troIndexDestacadosDescripcion{
			float:right;
			width:148px;
			text-align:left;
			height:30px;
			margin-top:7px;
			margin-right:12px;
			/ margin-right:6px;
			/*background-color: #FF00FF;*/
			font-size:11px;
			}
			#troIndexDestacadosDescripcion H2{
				text-align:center;
				font-size:13px;
				line-height:15px;
				}
			
		#troIndexDestacadosCategoria{
			float:right;
			width:148px;
			text-align:right;
			height:16px;
			margin-top:7px;
			margin-right:12px;
			/ margin-right:6px;
			/*background-color: #FF00FF;*/
			font-size:11px;
			font-weight:bold;
			}
