/**
 * Componentes comunes.
 * Color primario #3399CC
 * Color secundario #47669B
 */


/*Contacto (Simple Contact)*/
#simplecontactComponent
	{
	background-image: url(../images/contact/telefonos.png);
	background-repeat: no-repeat;
	background-position: 370px 50px;
	}

#simplecontactComponent table.contactheader
	{
	width: 100%;
	}

#simplecontactComponent h2 
	{
	margin-top: 0px;
	margin-bottom: 20px;
	color: #666666;
	}

#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 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: 450px center;

	margin-top: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 150px;

	vertical-align: middle;
			
	color: #47669B;
	
	}

#simplecontactComponent label
	{
	font-weight: bold;
	color: #3399CC;
	}

#simplecontactComponent input, #simplecontactComponent textarea, #simplecontactComponent select
	{
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #3399CC;
	margin-bottom: 10px;
	}

#simplecontactComponent input
	{
	width: 200px;
	}


#simplecontactComponent textarea.message
	{
	width: 390px;
	}

#simplecontactComponent button
	{
	background-color: #3399CC;
	color: #FFFFFF;
	border: 1px solid #666666;
	font-weight: bold;
	cursor: pointer;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;	
	}

/*Polls*/
#pollsComponent
	{
	background-image: url(../images/poll/poll.png);
	background-repeat: no-repeat;
	background-position: 480px 80px;	
	}

#pollsComponent .pollstableborder
	{
	}

/*Blog*/
#listaArticulosComponent
	{
	}

#listaArticulosComponent .listaArticulos
	{
	padding-bottom: 20px;
	}


#listaArticulosComponent .articuloItem
	{
	clear: both;
	margin-top: 40px;
	}

#listaArticulosComponent a.tituloArticulo
	{
	font-size: 16px !important;
	color: #47669B !important;
	font-weight: bold;
	}

#listaArticulosComponent .contenidoArticulo
	{
	padding-top: 10px;
	text-align: justify;
	font-size: 12px !important;
	}

#listaArticulosComponent .articuloIntro
	{
	margin-top: 0px !important;
	}

#listaArticulosComponent .articuloIntro td
	{
	/*font-size: 12px !important;*/
	}


#listaArticulosComponent .leerArticulo
	{
	font-size: 12px !important;
	margin-top: 10px !important;
	text-align: right;
	}


#listaArticulosComponent .pagination
	{
	text-align: center;
	}

#listaArticulosComponent .pagination a,  .pagination span
	{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	}

#listaArticulosComponent .pagination .paginationTitle
	{
	text-align: center;
	font-size: 12px;
	
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #3399CC;
	}
