/**
Componentes comunes.

Color primario #203F91
Color secundario #EE1C29
*/


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

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

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

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

#simplecontactComponent table.phonesaddres th
	{
	width: 100px;
	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.jpg);
	background-repeat: no-repeat;
	background-position: 400px 60px;
	}

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

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

	vertical-align: middle;
			
	color: #203F91;
	}

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

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

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

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

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

#simplecontactComponent .croquis
	{
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	}

#simplecontactComponent .croquis div
	{
	padding-top: 10px;
	}

#simplecontactComponent .croquis a
	{
	display: block;
	width: 202px;
	height: 51px;
	background-image: url(../images/contact/boton-maps.png);
	background-repeat: no-repeat;
	background-position: left top;
	}

#simplecontactComponent .croquis a:hover
	{
	background-position: left -51px;
	}


/*********** Google Maps Contacto ***********/
#googleMap
	{
	width: 505px;
	height: 452px;
	}

#googleMap .frameWrapper
	{
	padding: 10px;
	background-color: #203F91;
	}

#googleMap .closeZone
	{
	text-align: center;
	padding-top: 15px;
	}

#googleMap .closeZone a
	{
	display: block;
	width: 79px;
	height: 17px;
	cursor: pointer;
	background-image: url(../images/contact/cerrar-maps.png);
	background-repeat: no-repeat;
	background-position: left top;	
	}


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

#pollsComponent .pollstableborder
	{
	}

