/**
Componentes comunes.

Color primario #8B137D
Color secundario #460A3F
*/


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

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

#simplecontactComponent h2 
	{
	margin-top: 0px;
	margin-bottom: 20px;
	color: #000000;
	}

#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: 330px 90px;
	}

#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: 400px center;

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

	vertical-align: middle;
			
	color: #8B137D;
	
	}

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

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

#simplecontactComponent input
	{
	width: 200px;
	}

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

#simplecontactComponent button
	{
	background-color: #8B137D;
	color: #FFFFFF;
	border: 2px solid #000000;
	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.png);
	background-repeat: no-repeat;
	background-position: right 90px;	
	}

#pollsComponent .pollstableborder
	{
	}