@charset "utf-8";
/* CSS Document */

html,body{
	height:100%;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

#page-wrap{
width: 100%;
margin: auto;
height: auto;
min-height:100%;
}
 
#page-wrap:after{
width: 100%;
height:100%;
display:block;
clear:both;
}
 
#footer{
	width: 100%;
	height: 80px;
	/*margin: -20px auto 0;*/
	background-color: #061539;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
}
.texto_firma {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #555;
}
/*Otra Parte del CSS*/
.contactform {
width: 460px;
font-family: arial;
border: 1px solid #AAA;
padding:10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.contactformheader {
font-size:18px;
font-weight:bold;
padding-top:10px;
padding-bottom:10px;
text-align:center;
}
.contactformheadermessage {
font-size:14px;
font-weight:bold;
padding-top:10px;
padding-bottom:10px;
text-align:center;
border-bottom:1px solid #AAA;
}
.contactformmessage {
text-align:center;
padding-bottom:10px;
}
.contactform td {
padding:4px;
font-size:12px;
}
.contactform p {
padding:4px;
}
.contactform label {
padding:4px;
}
.contactform label {
padding-right:10px
}
.required {
font-weight:bold;
}
.required_star {
font-weight:bold;
color:#F00;
}
.not-required {
font-weight:normal
}
.antispammessage {
padding:10px;
border-top:1px solid #AAA;
border-bottom:1px solid #AAA;
font-weight:bold 
}
.antispamquestion {
font-weight:normal;
}
.tybold {
font-size:20px;
font-weight:bold;
padding-top:10px;
text-align:center;
}
.tynormal{
font-size:16px;
font-weight:bold;
padding-bottom:10px;
text-align:center;
}
