@charset "utf-8";
/* CSS Document */
html,body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	text-align:center;
}

/*#contenedor a:link {text-decoration:none;}
#contenedor a:visited {text-decoration:none;}
#contenedor a:hover {text-decoration:none;}
#contenedor a:active {text-decoration:none;}*/ 
/*-------BOTONERA------*/
div#buttons {
	background-color:#FFFFFF;
}
div#links {
	background-color:#999999;
}
div#pie {
	width:750px;
	margin:0px auto 0px auto;
	padding-top:7px;
	text-align:center;
	background-color:#FFFFFF;
	color:#AAAAAA;
	font:10px Arial, Helvetica, sans-serif bold;
}
div#pie a{
	color:#AAAAAA;
	text-decoration:none;
}
div#pie a:hover{
	color:#666666;
}
div#links a {
	display: block; 
	text-align: center; 
	font: bold 10px sans-serif; 
   	padding: 5px 10px; 
	/*margin: 0 0 1px; */
	border-width: 0px; 
   	text-decoration: none; 
	color: #000; 
	background: #FFF;
}
	
div#links a:hover {
	color: #fff; 
	background-color: #006fb6;
}

.btnizq{
	border-right:solid 1px #006fb6;
	border-left:none;
}
.btnder{
	border-right:none;
	border-left:solid 1px #006fb6;
}
.btncen{
	border-right:solid 1px #006fb6;
	border-left:solid 1px #006fb6;
}

/*-------/BOTONERA------*/

#contpop {
	border:#000066 2px solid;
	margin:0 auto 0 auto; 
	width:400px; 
	background-image: url(images/Popup_fondo.jpg);
	background-repeat: repeat-x;
	line-height:2px;
}
#contpop img{
	padding-top:10px;
	padding-bottom:5px;
}
#poptext {
	margin: 0 auto 0 auto;
	text-align:left;
	width:320px;
}
#poptext img{
	float:right;
}
#poptext h2{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:18px;
	line-height:18px;
}
#poptext h3{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:16px;
	line-height:18px;
}
#poptext p{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:10px;
	line-height:10px;
}
#contenedor{
	background-color:#999999;
	margin:0px auto 0px auto; 
	width:750px; 
	/*border:#000000 1px solid;*/
}
#contacto{
	background-image:url(images/Contact_deco.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px; 
	padding:10 0 20 0;
	width:750px;
	border:none;
}
#conthome{
	margin:0px auto 0px auto; 
	width:700px; 
	border:#003366 2px solid;
}
#formulario{
	text-align:right;
	width:400px;
	margin:0 auto 0 auto;
	height:300px;
}
#formulario p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
	color:#777777;
	margin-right:30px;
}
#formulario textarea{
	height:100px;
	width:220px;
}

.datos{
	width:220px;
}
.boton{
	width:70px;
}
img{
/*cursor: pointer;*/
margin: 0px;
border: 0px;
outline: hidden;
}
