/* CSS Document */

body{
	background-color:#000000;
	margin:0px 0px 0px 0px;
	}
a:link, a:visited, a:active{
	color:#0000FF;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}
.bordehorizomtal{
	background-color:#000000;
	text-align:center;
	}
.bordelateral{
	background-color:#F20000;
	background-image:url(imagenes/sombraroja.jpg);
	background-position:right;
	background-repeat:repeat-y;	
	}
.bordelateral2{
	background-color:#F20000;
	background-image:url(imagenes/sombraroja2.jpg);
	background-position:left;
	background-repeat:repeat-y;	
	}
.fondo1{
	background-color:#FFCC00;
	width:900px;
	}
.fondo2{
	background-color:#66CC00;
	width:900px;
	}
.fondo3{
	background-color:#00CCFF;
	width:900px;
	}
.fondo4{
	background-color:#9900CC;
	width:900px;
	}
.fondo5{
	background-color:#FFFFFF;
	background-image:url(imagenes/sombra-hoja1.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	}
.fondo5b{
	background-color:#FFFFFF;
	background-image:url(imagenes/sombra-hoja2.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
.fondoblanco{
	background-color:#FFFFFF;
	}
.cuerpodetexto{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	}
.tablacuerpo{
	width:860px;
	padding:0 20 0 20;
	}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CC0000;
	text-align:left;
	font-weight:bold;
	border-bottom:solid;
	border-bottom-width:10px;
	padding-bottom:1px;
	border-bottom-color:#EEEEEE;
	}
.celdaformulario{
	background-color:none;
	font-family:Arial, Helvetica, sans-serif;
	width:400px;
	border:solid;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	font-size:12px;
	}
.datos-contacto{
	background-image:url(imagenes/fondo-datos-contacto.jpg);
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:top;
	height:203px;
	width:180px;
	}
.error{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	}
.pie-izq{
	background-image:url(imagenes/sombra-pie-izq.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:56px;
	}
.pie-der{
	background-image:url(imagenes/sombra-pie-der.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:56px;
	}
.pie-medio{
	background-image:url(imagenes/sombra-medio.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:56px;
	}
.fondo-contacto{
	background-image:url(imagenes/fondo-contacto.gif);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}
.a{
	background-image:url(imagenes/a.gif);
	background-position:right 20px;
	background-repeat:no-repeat;
}