@charset "utf-8";
/* CSS Document */

body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	letter-spacing:0.05em;
	font-style:normal;
	font-weight:300;
	margin: 0px;
	background:rgba(246,246,246,1.00);
	color:rgba(71,71,71,1.00);
	
}

a{
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}

a:hover{

	text-decoration:none;
}


img{
	border:none;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#header{
	width:100%;
	height:auto;
	padding-bottom:3px;
	padding-top:3px;
	background:rgba(0,84,100,1.0);
	margin-bottom:25px;
	-webkit-box-shadow: 0px 5px 5px rgba(139, 139, 139, 0.5);
	-moz-box-shadow:    0px 5px 5px rgba(139, 139, 139, 0.5);
	box-shadow:         0px 5px 5px rgba(139, 139, 139, 0.5);
}


#logo{
	width:100%;
	max-width: 230px;
	min-height:200px;
	margin:0 auto;
	background:url(../_imgT/logo.png) center no-repeat;
	background-size: contain;
}

input, textarea{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #CCC;	
	color:#777777;
	width: 100%;
	padding: 10px;
}

.container{
	padding: 15px;
}

#modulo{
	padding: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
	max-width: 400px;
	margin:0 auto;
	border:1px solid #c5c5c5;

}

.titulo{
	font-size:18px;
	margin-bottom: 15px;
}

.fomulario{
	width: 100%;
	max-width: 250px;
	height: auto;
	margin:0 auto;
}

sectionForm{
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}
sectionForm span{
	display:block;
	margin-bottom:5px;
}

#Enviar{
	margin:0 auto;
}

.limpiar{
	clear:both;
}

#mensaje{
	margin-bottom: 15px;
	width:100%;
	text-align:center;
	display:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 5px;
	padding: 10px;
}

#close{
	float:right;
	cursor:pointer;
	font-size:11px;
	margin-left:10px;
}
.error{
	background:#ffcccc;
	color:#a60000;
}

.aceptado{
	background:#ccffda; 
	color:#00a614;
	
}

#Enviar{
	padding: 5px 15px;
	font-size: 20px;
}