@charset "utf-8";
/* CSS Document */

/*Datos Útiles*/

/* Colores
Narajna Claro: #F5885D
Naranja Oscuro: #F05123
Verde Claro: #ACD149
Verde Oscuro: #5BA645
*/

/* Generales */
	* {
		margin:0px;
	    padding:0px;
	    border: 0px;
		font-family:Arial, Helvetica, sans-serif;
		/*line-height:0px;*/
  	  }
/* Fin Generales */

/* Etiquetas HTML */
	body {
		background-color:#FFFFFF;
		text-align:center;
		display:inline;
	}

	h1 {color:#000000;}
	p {font-size:24px;}

	/*Modificar Links*/
	A         {color:#000000; text-decoration:none;} /*Para caracteristicas generales a los enlaces*/
	A:LINK    { } /*para el enlace, tal cual*/
	A:VISITED {color:#000000; text-decoration:none;} /*Para cuando ha sido visitado*/
	A:HOVER   {color:#000000; text-decoration:underline;} /*Cuando el ratón está sobre él*/
	/*A:ACTIVE  { } /*Cuando está siendo pulsado*/
	/* Fin Modificar Links*/

/* Fon Etiquetas HTML */

/* Capas Únicas */
	#divGlobal{
		width:768px;
		color:#000000;
		margin:auto;
		}
		
	#divGlobal input.btnEnviarVerde {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		line-height:16px;
		padding:3px;
		background-color:#ACD149;
		}

	#divGlobal input.btnHead {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		line-height:16px;
		padding:3px;
		background-color:#F05123;
		}

/* Cabecera */
		#troHead {
			/*background-image:url(../img/generales/top.png);
			background-repeat:no-repeat;*/
			width:768px;
			height:290px;
			float:left;
			}
		
			#troHeadTop {
				width:768px;
				height:42px;
				float:left;
				}
				
			#troHeadImgRegalo {
				width:287px;
				height:145px;
				float:left;
				border:0px;
				padding:0px;
				}
	
			#troHeadTusRegalosOnline {
				width:481px;
				height:75px;
				float:left;
				}
	
			#troHeadRelleno {
				width:266px;
				height:44px;
				float:left;
				}
	
			#troHeadInicio {
				width:112px;
				height:52px;
				float:left;
				}
	
			#troHeadContacto {
				width:215px;
				height:122px;
				float:right;
				}
	
			#troHeadQuienesSomos {
				width:175px;
				height:52px;
				float:right;
				}
	
			#troHeadBuscar {
				width:118px;
				height:78px;
				float:right;
				}
	
			#troHeadPublicar {
				width:148px;
				height:78px;
				float:right;
				}
			#troHeadBottom {
				width:768px;
				height:51px;
				float:right;
				background-image:url(../img/generales/banner/banbottom.png);
				background-repeat:no-repeat;
				background-position:center;
				text-align:left;
				padding-top:0px;
				}
				#troHeadBottomBtnCompartir {
					float:left;
					width:191px;
					padding-left:23px;
					margin-top:8px;
				}
				#troHeadBottomBtnLike {
					float:left;
					width:93px;
					margin-top:17px;
					margin-left:10px;
				}

				/* Texto y txtBox */
				#troHeadBottomBuscarTxt{
					float:left;
					height:25px;
					width:300px;
					margin:20px 0px 0px 10px;					
					text-align:left;
					font-family:Arial, Helvetica, sans-serif;
					font-size:16px;
					font-weight:bold;
					}
				/* Imagen Buscar */
				#troHeadBottomBuscarImg{
					float:left;
					width:80px;
					margin-left:5px;
					margin-top:18px;
					}
	/* Fin Cabecera */
	#troTexto {
		background-color:#f5885d;
		width:747px;
		/ width:745px;
		float:left;
		margin-left:11px;
		/ margin-left:6px; /* Para IE*/
		margin-right:0px;
		}


	#troPrePie {
		background-color:#F5885D;
		background-image:url("../img/generales/prefoot.png");
		background-repeat:no-repeat;
		background-position:center;
		width:747px;
		height:140px;
		float:left;
		margin-left:11px;
		/ margin-left:6px; /* Para IE*/	
		}

	#troTitulo {
		width:745px;
		height:35px;
		float:left;
		background-image:url(../img/empresas/bg-titulo.png);
		background-repeat:no-repeat;
		background-position:center;
		margin-bottom:5px;
		}
		#troTitulo h1{
			font-family:Arial, Helvetica, sans-serif;
			color:black;
			font-size:24px;
			font-weight:bold;	
			text-align:center;
			line-height:24px;
			margin-top:3px;
			letter-spacing:2px;	
			}

	#troPie {
		background-image:url("../img/generales/foot.png");
		background-repeat:no-repeat;
		width:747px;
		* width:745px;
		height:136px;
		float:left;
		margin-left:11px;
		* margin-left:6px; /* Para IE*/	
		}
	
	/* Deja un espacio en blanco al final*/
	#troFin {
		width:768px;
		height:25px;
		float:left;
		}
		
/* Fin Caas Únicas */

/* Menu */	
		#troMenu {
			width:184px;
			height:699px;
			float:left;
			margin: 0px 10px 0px 10px;
			/ margin: 0px 10px 0px 5px; /* Para IE*/
			padding-top:2px;
			background-image:url(../img/generales/bg-menu.jpg);
			background-repeat:no-repeat;
			background-position:top
		}
	/* TOP */
		#troMenuTop {
			width:184px;
			float:left;
			background-image:url(../img/generales/bg-top-menu.gif);
			background-repeat:no-repeat;
			background-position:center;
			height:35px
		}
	/* Fin TOP */
	
	/* Fin BODY */
	/* Modifico los Links para ponerle imagen de sustitución*/		
		#troMenuBody{
			width:176px;
			float:left;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:bold;
			text-align:left;
			list-style:none;
			padding-left:4px;
			padding-top:7px;
			height:18px;
		}
		
		#troMenuBody ul{
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
			
		#troMenuBody li a{
			color:#000000;
			display: block;	
			height: 20px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
			padding: 4px 0 4px 4px;
			line-height: 12px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
			text-decoration: none;
			background-image:url(/img/generales/bg-li-menu.gif);
			background-repeat:no-repeat	
		}	
			
		#troMenuBody li a:link, .vistado li a:visited {
			color:#000000;
		}
		
		#troMenuBody li a:hover{
			color: #000000;
			background-image: url(/img/generales/bg-li-menu-hover.gif);
			background-repeat:no-repeat	
		}
		
			
		#troMenuBody li a.selected{
			color: #000000;
			background-image: url(/img/generales/bg-li-menu-hover.gif);
			background-repeat:no-repeat	
		}
	/* Fin Links*/
	/* Fin BODY */

		/* BOTTOM */
		#troMenuBottom {
			width:177px;
			float:left;
			background-image:url(../img/generales/bg-bottom-menu.png);
			background-repeat:no-repeat;
			background-position:center;
			height:36px;
			padding:0px;
			margin:0px;
		}
	/* Fin TOP */

/* Fin Menu */

/* ENVIAR FORMULARIO */
	#efBGExt{
		float:left;
		width:705px;
		margin-left:20px;
		background-color:#F05123;
		margin-top:10px;
		margin-bottom:20px;
		text-align:left;
		}
		#efBGInt{
			float:left;
			width:695px;
			margin-left:5px;
			background-color:#5BA645;
			margin-top:5px;
			margin-bottom:5px;
			}
			#efCuerpo{
				float:left;
				width:625px;
				background-color:#ACD149;
				margin:5px;
				padding:20px;
				border-bottom-color:#000000;
				border-width:2px;
				border-style:solid;
				padding-left:40px;
				}
	#efBGExt p{
		font-size:16px;
		line-height:35px;
		font-weight:normal;
		margin-top:20px;
		}
	#efBGExt h2{
		font-family:Arial, Helvetica, sans-serif;
		font-size:25px;
		text-align:center;
		font-weight:normal;
		line-height:35px;
		text-decoration:underline;
		}
	#efBGExt h3{
		font-family:Arial, Helvetica, sans-serif;
		font-size:20px;
		text-align:center;
		font-weight:normal;
		line-height:35px;
		text-decoration:none;
		}
