/**
Componentes comunes.

Color primario #05395E
*/


/*Contacto (Simple Contact)*/
#simplecontactcomponent
	{
	background-image: url(../images/contact/phones.jpg);
	background-repeat: no-repeat;
	background-position: 350px 0px;
	}

#simplecontactcomponent table.contactheader
	{
	width: 100%;
	}

#simplecontactcomponent h2 
	{
	padding-top: 0px;
	padding-bottom: 20px;
	color: #000000;
	}

#simplecontactcomponent table.phonesaddres
	{
	width: 99%;
	}

#simplecontactcomponent table.phonesaddres th
	{
	width: 25%;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	padding-top: 5px;
	}

#simplecontactcomponent table.phonesaddres td
	{
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 16px;
	}


#simplecontactcomponent form
	{
	background-image: url(../images/contact/email.jpg);
	background-repeat: no-repeat;
	background-position: 350px 20px;
	}

#simplecontactcomponent form table
	{
	margin-left: auto;
	margin-right: auto;
	}

#simplecontactcomponent form table td
	{
	text-align: left;
	}

#simplecontactcomponent .submitbutton
	{
	text-align: center;
	}

#simplecontactcomponent .thanks
	{
	text-align: center;
	font-weight: bold;

	background-image: url(../images/contact/email-sended.jpg);
	background-repeat: no-repeat;
	background-position: 330px center;
	
	margin-top: 50px;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-right: 190px;

	vertical-align: middle;
			
	color: #05395E;
	
	}

#simplecontactcomponent label
	{
	font-weight: bold;
	color: #05395E;
	}

#simplecontactcomponent input, #simplecontactcomponent textarea, #simplecontactcomponent select
	{
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #05395E;
	margin-bottom: 10px;
	}

#simplecontactcomponent textarea.message
	{
	width: 390px;
	}

#simplecontactcomponent input.button
	{
	background-color: #05395E;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	}



/*Polls*/
.pollmodule
	{
	font-size: 11px;
	}

.pollmodule tr, .pollmodule th, .pollmodule td, .pollmodule input.button
	{
	font-size: 11px;
	}

.pollmodule .pollmaintable
	{
	width: 99%;
	}
	

.pollmodule input.button
	{
	background-color: #05395E;
	color: #FFFFFF;
	}

.pollmodule thead td
	{
	text-align: left;
	padding-bottom: 5px;
	}


.pollmodule th
	{
	text-align: left;
	font-weight: bold;
	}

.pollmodule label
	{
	font-weight: normal;
	color: #000000;
	text-align: left;
	}

.pollmodule .pollstableborder
	{
	width: 100%;
	}

.pollmodule .pollstableborder td
	{
	text-align: left;
	vertical-align: middle;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.pollmodule .pollstableborder th
	{
	width: 10%;
	text-align: right;
	vertical-align: top;
	}

#pollscomponent
	{
	}

#pollscomponent .pollstableborder
	{
	}