/*Css reset*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;

}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*End reset*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:#333333 url(img/back.png) 0 0 repeat-x;; 
}
#wrapper { 
 margin:0 auto;
 width:1222px;
}
#header {
 width:1200px;
 color:#333;
 height:607px;
 background:transparent url(img/back.png) 0 0 repeat-x;
 position:relative;
}
#footer { 
 width:1200px;
 position:relative;
 color:#333;
 background:#333333;
 height:150px;
}
h1.logo{
position:absolute;
left:200px;
}
#flash{
position:relative;
/*width:1222px;*/
/*left:300px;*/
top:55px;
}

#left{
top:50px;
width:400px;
height:200px;
float:left;
}
#right{
max-width:400px;
height:200px;
float:right;
padding:0 10px;
}
.clear{
clear:both;
}
.lefttexto,label{
color:#cccccc;
}
.lefttexto{
padding:0 5px;
}
.greentext{
color:#99cc00;
}
#textcontainer{
width:800px;
height:100%;
margin:0 auto;
padding:30px 0 0 0;
}
a#indigo{
	display:block;
	position:absolute;
	top:201px;
	left:888px;
}
.oleform input{
background:#999;
border:none;
width:180px;
}
.oleform{
border-bottom:1px solid #666;
width:370px;
display:block;
margin:140px 0 0 5px;
padding:0;
}
#name,#apellido,#email,#tel,#fechanac,#nac{
position:absolute;
}
#name{
top:60px;
left:200px;
}
#apellido{
top:100px;
left:200px;
}
#email{
top:140px;
left:200px;
}
#tel{
top:60px;
left:390px;
}
#fechanac{
top:100px;
left:390px;
}
#nac{
top:140px;
left:390px;
}
input.buttonenviar{
	display:block;
	position:absolute;
	top:207px;
	left:477px;
	width:98px;
	height:18px;
	background:transparent url(img/enviar.png) 0 0 no-repeat;
	text-indent:-9999px;
	pointer:cursor;
}
.vermas{
display:block;
float:right;
width:97px;
height:18px;
margin:3px 0 0 0;
background:transparent url(img/vermas.png) 0 0 no-repeat;
text-indent:-9999px;
pointer:cursor;
}
.greenlink{
text-decoration:none;
color:#99cc00;
font-weight:700;
}
.lightgreenlink{
text-decoration:none;
color:#99cc00;
}
.edicionimpresa{
text-decoration:none;
color:#666;
font-weight:700;
}
.oleform p{
float:left;
margin:10px 5px;
}
