/* CSS Reseteo */
body, p, blockquote {
	margin: 0;
	padding: 0;
}
a img, iframe { border: none; }
/* Headers */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
/* Lists */
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
}
/* Links */
a, a:link {
}
a:visited {}
a:hover {}
a:active {}
/* Forms */
form, fieldset {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 1px solid #CCCCCC;
}
legend {
	padding: 0;
	color: #000;
}
input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 120%;
	font-family: inherit;
	text-transform: none;
}
select { padding: 0; }



/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ccc;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	color: #555;
	text-transform: uppercase;
}
H1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	line-height: 18px;
	color: #333;
}
H2 {
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0;
}

a:link, a:visited, a:active {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #bbb;
	text-decoration: none;
}



/* CONTENEDORES */
.main {
	width: 100%;
	z-index:1; 
	background-image: url(../imagenes/fondopag.jpg);
	background-repeat:  repeat-y;
	background-position: center;
}
.contenedor {
	width: 960px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	z-index:2;
}
.encuadre {
	border: 2px solid #e9e9e9;
	width: 896px;
	background-color: #f8f8f8;
}
.sinencuadre {
	width: 900px;
}
.footer {
	width: 960px;
	padding: 4px 0px;
	height: 40px;
	margin-top: 30px;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	text-transform: none;
}
	.footer P {
	color: #999;
	padding-top: 38px;
	}
	.footer IMG {
	position: relative;
	left: 4px;
	top: 10px;
	}
	.footer A {
	text-decoration: underline;
	}
	.footerfin {
	height:16px;
	background-image: url(../imagenes/footerfin.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
	}

.left {
	float: left;
}
.right {
	float: right;
	font-size: 12px;
	text-transform: none;
	width: 380px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0;
	font-style: italic;
}
	.right A {
	text-decoration: underline;
	}
.oculto {
	height: 1px;
	width: 1px;
	visibility: hidden;
}
.error {
	color: #CC0000;
	padding-left: 20px;
	background-image: url(../imagenes/icon_error1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 170px;
	width: 220px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: none;
}
.errorf {
	color: #CC0000;
	padding-left: 20px;
	background-image: url(../imagenes/icon_error1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 270px;
	width: 420px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: none;
}
.errorform {
	
}
	.errorform INPUT {
	background-color: #FFCC66;
	}
#gris {
	color: #999999;
}
.tit {
	height: 20px;
	border-bottom: 1px solid #CCCCCC;
	width: 810px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.thum {

}
.thum IMG {
	border: 2px solid #999999;
}
.bienvenida {
	background-image: url(../imagenes/fondobien.jpg);
	background-repeat:  repeat-x;
	height: 260px;
	text-transform: none;
	margin:20px;
	padding:20px;
}
.presenta {
	padding-top: 10px;
	padding-left: 200px;
	font-size: 150%;
	line-height: 110%;
	color: #555;
}
	.presenta H1 {
	color:#738642;
	font-size: 1.8em;
	padding: 20px 0;
	}
.sinada {
	border: none;
	background:none;
	outline:0;
	margin:0;
	padding:0;
	font-size: 14px;
	color: #666;
	text-decoration: underline;
	white-space: normal;
	cursor: hand;
}

/* FORMULARIO */
form.cmxform fieldset {
	margin: 0 20px 10px 20px;
	background-color: #eee;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: no-repeat;
}
form.cmxform legend {
	padding: 10px 6px;
	font-weight: bold;
	margin: 0 7px;
	_margin: 0 -7px; /* IE Win */
	background-color: #fff;	
}
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form.cmxform fieldset ol {
	margin: 0;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}
form.cmxform fieldset li {
	list-style: none;
	padding: 5px 30px;
	margin: 0;
}
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}
form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	padding: 0px 6px;
}
form.cmxform label {
	width: 170px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
}
/**//*/
form.cmxform legend {
display: inline-block;
} /* IE Mac legend fix */

