@charset "UTF-8";
/* CSS Document */
/* Global
----------------------------------------------- */
* {
	padding: 0;
	margin: 0;
}
html {
	font: 62.5%/1.6em Verdana, Helvetica, Arial, sans-serif;
	color:#333333;
	height: 100%;
	overflow-x:hidden;
	overflow-y: scroll;
}
body {
	font-size: 1em;
	text-align: center;
    overflow-y: hidden;
	padding:0px;
	margin:0px;
	background: #CCEBFD;
}
/*DIV Principal*/	
#pagecontainer {
  width:135px;
	height:365px;
  text-align:left;
  margin:0px auto 0px auto;
	padding:310px 0px 0px 765px;
  display:block;
	background: url(../web.jpg) no-repeat left top;
	
}
h1{
  	font: 14pt/1.6em Verdana, Helvetica, Arial, sans-serif;
		color:#FF0000;
}
a {
		color:#FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {
border:none;
}

#content_contacto{
	 width:300px;
	 height:350px;
	 font:normal 9pt Arial;
	 padding:25px 10px 0px 10px;
	 margin:0px 0px 0px 0px;
}

/********************* Formulario ***********************/				
				#formulario{
				  margin:0px 0px 0px 0px;
					padding:0px 0px 0px 0px;
					width:300px;
					height:350px;
					float:left;
					clear:both;
				}
				.line{
				  margin:0px 0px 0px 0px;
					padding:0px 0px 9px 0px;
					width:280px;
					height:auto;
					float:left;
					clear:both;
				}
				.cajas{
				  margin:0px 0px 0px 0px;
					padding:0px 0px 0px 0px;
					width:280px;
					height:17px;
					float:left;
					border:1px solid #000;
				}
				.cajas2{
				  margin:0px 0px 0px 0px;
					padding:0px 0px 0px 0px;
					width:280px;
					height:110px;
					float:left;
					border:1px solid #000;
				}
