/* CSS Document */
*{
padding:0;
margin:5px 0 0 0;
}	

body {
	background-color:#fff;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color:#fff;
	}
	
	h1{
	text-align:center;
	font-size:1.5em;
	color:#fff;
	}
	
	h2{
	font-size:1.2em;
	color:#fff;
	font-weight:normal;
	}
	
	h3{
	font-size:1em;
	color:#fff;
	font-weight:normal;
	}
	
	h5{
	font-size:x-small;
	color:#fff;
	font-weight:normal;
	width:200px;
	}
	
	p{
	font-size:small;
	color:#fff;
	}
	
	ul{
	font-size:1em;
	color:#fff;
	list-style-type:inherit;
	margin-left:20px;
	}
	
	a{
	color:#fff;
	}
	a:hover{
	text-decoration:none;
	}
	
	.error{
	color:#CE0063;
	}
/* *********************
contenido
********************* */
#container {
width:506px;
margin:0 auto 0 auto;
text-align:left;
}

	input{
	border:1px solid #fff;
	background-color:#083590;
	color:#FFF;
	width:180px;
	}

	input.boton{
	background-image:url(images/boton_enviar.gif);
	color:#083590;
	font-weight:bold;
	border:0;
	width:83px;
	height:38px;
	}
	
	img.bc{
	float:left;
	margin-bottom:10px;
	}
	img.eagenda{
	float:right;
	margin-top:16px;
	}
	
	#container .anteriores{
	font-size:12px;
	text-align:center;
	}
	#container .anteriores a{
	color:#083590;
	}

/* *********************
formulario
********************* */
form{
	background:url(images/reticula.jpg) bottom right no-repeat;
	width:420px;
	margin:10px 0 0 80px;
	}

/* *********************
contenido principal
********************* */	
#maincontent{
background:url(images/arriba.jpg) top left no-repeat;
padding:10px 0 0 0;
}
/* *********************
texto principal
********************* */	
#maintext{
width:450px;
margin:0 auto 0 auto;
}

/* *********************
imagen repetida
********************* */	
#wrapper{
background:url(images/linea.jpg) top left repeat-y;
padding:0;
margin:0;
clear:both;
}



