/**
Componentes comunes.

Color primario #BF5E2A
Color secundario #3E8D97
*/


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

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

#simplecontactComponent h1
	{
	color: #3E8D97;
	}

#simplecontactComponent h2 
	{
	padding-top: 3px;
	padding-bottom: 20px;
	}

#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;
	
	font-family: Tahoma, Arial, sans-serif;
	}


#simplecontactComponent form
	{
	background-image: url(../images/contact/mail.jpg);
	background-repeat: no-repeat;
	background-position: 360px 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.jpg);
	background-repeat: no-repeat;
	background-position: 420px center;

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

	vertical-align: middle;
			
	color: #3E8D97;
	
	}

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

#simplecontactComponent input, #simplecontactComponent textarea, #simplecontactComponent select
	{
	font-weight: normal;
	background-color: #FFFFFF;
	border: 2px solid #3E8D97;
	margin-bottom: 10px;
	color: #333333;
	}

#simplecontactComponent input
	{
	width: 200px;
	padding-left: 5px;
	padding-right: 5px;
	}


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

#simplecontactComponent button
	{

	background-color: #3E8D97;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #333333;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;	
	}

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

#pollsComponent .pollstableborder
	{
	}

/*Glosario*/
#glosarioComponent
	{
	}

#glosarioComponent .termino
	{
	padding-top: 20px;
	padding-bottom: 20px;
	}

#glosarioComponent .termino a.nombreTermino
	{
	font-size: 16px;
	text-decoration: none;
	}

#glosarioComponent .termino .descripcionTermino
	{
	text-align: justify;
	padding-top: 15px;
	padding-left: 30px;
	}

