/**
 * Estilos de Modulos.
 * Color primario #3399CC
 * Color secundario #47669B
 */


/*Buscar*/
#buscarModule
	{	
	position: absolute;
	top: 215px;
	left: 375px;

	width: 200px;
	height: 30px;

	background-image: url(../images/modules/buscar/search-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;

	overflow: hidden;
	}

#buscarModule form
	{
	text-align: right;
	padding-top: 3px;
	}

#buscarModule input
	{
	width: 150px;
	font-size: 12px;

	background-color: transparent;
	border: none;

	background-image: url(../images/modules/buscar/buscar-message.png);
	background-repeat: no-repeat;
	background-position: left 100px;

	margin: 0px;

	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
		
	vertical-align: middle;
	}

#buscarModule button
	{
	width: 30px;
	height: 20px;
	text-align: center;
	background-color: transparent;
	background-image: none;
	border: none;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}



/*RightModules*/
#pageRightZone .moduleZone
	{
	background-image: url(../images/modules/module-br.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

#pageRightZone .moduleZone .moduleTopBorder
	{
	background-image: url(../images/modules/module-tr.png);
	background-repeat: no-repeat;
	background-position: right top;	
	}

#pageRightZone .moduleZone .moduleTopBorder div
	{
	background-image: url(../images/modules/module-tl.png);
	background-repeat: no-repeat;
	background-position: left top;	
	height: 15px;
	font-size: 1px;
	}

#pageRightZone .moduleZone .moduleContent
	{
	padding-top: 1px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../images/modules/module-bl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	}

#pageRightZone .moduleZone h3
	{
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	
	font-size: 18px;
	font-weight: normal;
	color: #47669B;
	}


/*Encuesta*/
#telefonosModule
	{
	margin-top: 50px;
	text-align: left;
	}

#telefonosModule center
	{
	padding-left: 70px;
	color: #666666;
	}

#telefonosModule .moduleContent div
	{
	padding-top: 15px;
	}



/*
#telefonosModule .moduleContent div
	{
	font-size: 18px;
	text-align: center;
	line-height: 180%;
	
	margin-top: -8px;
	}*/


/*Encuesta*/
#pollModule
	{
	margin-top: 50px;

	font-size: 12px;
	background-image: url(../images/modules/poll-module-bg.jpg);
	background-repeat: no-repeat;
	background-position: 170px 60px;
	}

#pollModule form
	{
	margin: 0px;
	padding: 0px;
	}

#pollModule button
	{
	width: 80px;
	background-color: #47669B;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #666666;

	padding-top: 5px;
	padding-bottom: 5px;
	
	text-align: center;
	}

#pollModule .pollmaintable
	{
	}

#pollModule thead td
	{
	font-size: 12px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	}

#pollModule label
	{
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	color: #666666;
	}

#pollModule label:hover
	{
	color: #333333;
	}

#pollModule .pollstableborder
	{
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;

	}

#pollModule .pollstableborder th
	{
	padding-top: 5px;
	padding-bottom: 5px;
	width: 25px;
	text-align: left;
	}

#pollModule .pollstableborder td
	{
	width: 200px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#pollModule a
	{
	font-size: 12px;
	color: #47669B;
	}

/*Feed Module*/
#feedsModule
	{
	margin-top: 50px;
	}

#feedsModule div
	{
	text-align: center;
	font-size: 1px;
	}

#feedsModule a
	{
	margin-left: 5px;
	margin-right: 5px;
	}

#feedsModule .w3c
	{
	margin-top: 30px;
	}