@charset "iso-8859-1";
/* CSS Document */
body
{
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
h1{
	margin: 0px;
}
h1.grande{
	text-align: center;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 20px;
	line-height: 30px;
}
h2{
	margin: 0px;
}
h3{
	margin: 0px;
	font-size: 12px;
}

hr{
	border: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 100%;
}

form{
	margin: 0px;
}
input{
	width: 325px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #666666;
	background-color: #CCCCCC;
}
input:focus{
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #FF0066;
	background-color: #FFFFFF;
}
textarea{
	width: 325px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #666666;
	background-color: #CCCCCC;
}
textarea:focus{
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #FF0066;
	background-color: #FFFFFF;
}
input#enviar_es{
	height: 45px;
	width: 325px;
	background-image: url(img/b_enviar_1.jpg);
	background-repeat: no-repeat;
	border: 0px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	background-color: #FFFFFF;
}
input#enviar_es:hover{
	background-image: url(img/b_enviar_2.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
input#enviar_en{
	height: 45px;
	width: 325px;
	background-image: url(img/b_send_1.jpg);
	background-repeat: no-repeat;
	border: 0px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	background-color: #FFFFFF;
}
input#enviar_en:hover{
	background-image: url(img/b_send_2.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
ul{
	margin-left: 70px;
	line-height: 15px;
}
ol li{
	}
ol li a{
}
p{
	text-align: justify;
	margin-right: 75px;
	margin-left: 60px;
	line-height: 14px;
}
p.normal{
	text-align: left;
	margin-right: 75px;
	margin-left: 60px;
}
p.sinmargen{
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
}
img{
}

a:link {
	color: #FF0066;
	text-decoration: none;
}

a:hover {
	color: #CC0066;
	text-decoration: underline;
}

a:visited {
	color: #990066;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

.alpha:link {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
.alpha:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}
.alpha:visited {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
.alpha:active {
	filter: alpha(opacity=20);
	opacity: 0.2;
	-moz-opacity: 0.2;
}

#documento
{
	width: 998px;
	height: auto;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -499px;
	margin-top: -40px;
	border: 0px;
	z-index: 0;
	background-image: url(img/fondo.jpg);
	background-repeat:  repeat-y;
}

#cabecera
{
	width: 835px;
	z-index: 90;
	margin: 0px 0px 0px 95px;
}
.ccontenido_nov{
	margin: 15px 18px;
	float: left;
	height: 117px;
	width: 117px;
	border: 6px solid #CCCCCC;
}
.ccontenido_nov:hover {
	border: 6px solid #666666;
}
.ccontenido{
	margin: 15px 18px;
	float: left;
	height: 117px;
	width: 117px;
	border: 6px solid #CCCCCC;
}
.ccontenido:hover {
	border: 6px solid #666666;
}
.clear{
	clear: left;
}
.campobligatorio{
	font-size: 28px;
	color: #FF0000;
}
.vertodo{
	float: right;
	margin-right: 30px;
}
.margintop{
	margin-top: 10px;
}
#flotante {
position: fixed;
right: 0;
top: 50;
display: block;
height: 100px;
width: 50px;
text-decoration: none;
z-index: 1;
}