/* ============ TAGS GLOBALES ============ */

img {border: 0px none;}

A:link, A:visited { color:#AAAAAA; text-decoration: none }
A:hover, A:active { color:#FFFFFF; text-decoration: underline }

.links{
   font-family: arial;
   font-size: 11pt;
}
.links2{
   font-family: arial;
   font-size: 20pt;
   color: FFFFFF;
}
.links3{
   font-family: arial;
   font-size: 10pt;
   color: FFFFFF;
}
.links4{
   font-family: arial;
   font-size: 10pt;
}
.links5{
   font-family: arial;
   font-size: 14pt;
   color: FFFFFF;
}
.links6{
   font-family: arial;
   font-size: 12pt;
   color: DDDDDD;
}
#buscador{
	padding:0 0 0 0px;
}

form#formContacto{
	color: #fff;
}

form#formContacto.negro{
	color: #000;
}

form#formContacto p{
	clear: both;
}

form#formContacto p span.detalle{
	font-size: 11px; 
	display: block; 
	margin-left: 164px;
}


form#formContacto label{
	color: #fff;
	display: block;
	float: left;
	width: 164px;
}

form#formContacto.negro label{
	color: #000;
}

form#formContacto input{
	width: 300px;
}

form#formContacto input.button{
	width: 100px;
}

form#formContacto textarea{
	width: 385px;
        height: 100px;
}

form .formBotones{
	text-align: right;
}

.mensajeEnviado{
	color: #fff;
	margin-bottom: 35px;
}

#captcha{
	margin-top: 20px;
	margin-left: 165px;
        width: 310px;
}

#captcha p{
        width: 100px !important;
        margin:0;
}

#captcha input{
        width: 100px !important;
}


