/**
Componentes comunes.

Color primario #005581
Color secundario #7B2431
*/


/*Contacto (Simple Contact)*/
#simplecontactComponent
	{
	background-image: url(../images/contact/telefonos.png);
	background-repeat: no-repeat;
	background-position: 360px 50px;
	}

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

#simplecontactComponent h2 
	{
	padding-top: 0px;
	padding-bottom: 20px;
	color: #7B2431;
	}

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

#simplecontactComponent table.phonesaddres th
	{
	width: 20%;
	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;
	}


#simplecontactComponent form
	{
	background-image: url(../images/contact/mail.png);
	background-repeat: no-repeat;
	background-position: 360px 100px;
	}

#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/mail-sended.png);
	background-repeat: no-repeat;
	background-position: 450px center;

	margin-top: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 150px;

	vertical-align: middle;
			
	color: #005581;
	
	}

#simplecontactComponent label
	{
	font-weight: bold;
	color: #005581;
	}

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

#simplecontactComponent input
	{
	width: 200px;
	}

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

#simplecontactComponent button
	{
	background-color: #005581;
	color: #FFFFFF;
	border: none;
	font-weight: bold;
	cursor: pointer;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;	
	}

/*Polls*/
#pollsComponent
	{
	background-image: url(../images/polls/poll.jpg);
	background-repeat: no-repeat;
	background-position: right 150px;	
	}

#pollsComponent .pollstableborder
	{
	}
