* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	color: #616161;
}

#error {
	margin-left: 60px;
	margin-top: 0px;
	}


html, 
input, 
select, 
textarea {
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	color: #616161;
}

small {
	font-size: 85%;
	font-weight: normal;
}

.container {
	width: 402px;
	max-width: 442px;
	background: none;
	border: 0px solid #ccc;
	margin: 0.7em auto;
	padding: 2.5em;
}

.ie6 .container {
	width: 402px;
	max-width: 442px;
	background: none;
	border: 0px solid #ccc;
	margin: 0.7em auto;
	padding: 2.5em;
}

select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	outline: none;
	-webkit-box-shadow: 0 0 4px 1px #5AB7F5, inset 0 0 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 4px 1px #5ab7f5, inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px 1px #5AB7F5, inset 0 0 4px rgba(0, 0, 0, 0.2);
	border-color: #5AB7F5;
}

select,
input[type="text"],
input[type="email"],
textarea {
	color: #555;
	height: 2em;
	width: 100%;
	padding: 0.2em;
	padding-left: 0.5em;
	border: 1px solid #d2d2d2;
	margin-left: 0em;
	margin-top: 0.2em;
	min-width: 340px;
    max-width: 340px;
}

textarea {
	padding: .5em;
	min-width: 340px;
    max-width: 340px;
}

select,
input[type="submit"],
input[type="text"],
input[type="email"],
textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
select,
input[type="text"],
input[type="email"] {
	max-width: 250px;
}

textarea {
	display: block;
	margin-left: 0;
	min-height: 115px;
    max-height: 115px;
    min-width: 340px;
    max-width: 340px;
}


p {
	line-height: 1.3em;
}

p_2 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.7em;
}

p.submit
{
	
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	text-align: left;
	margin-top: 1em;
}

.requerido {
	color: #616161;
	font-size: 13px;
}


input[type="submit"]
{
	display: inline-block;
	*display: inline;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9F9F9, endColorstr=#E3E3E3);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#E3E3E3')";
	
	cursor: pointer;
	color: #444;
	position: relative;

	padding: 5px 10px;
	border: 1px solid #CCC;

	background: #F1F1F1;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #F9F9F9), color-stop(100%, #E3E3E3));
	background-image: -webkit-linear-gradient(#F9F9F9, #E3E3E3);
	background-image: -moz-linear-gradient(#F9F9F9, #E3E3E3);
	background-image: -o-linear-gradient(#F9F9F9, #E3E3E3);
	background-image: linear-gradient(#F9F9F9, #E3E3E3);

	-webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset;
	-moz-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset;
	box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset;
}

input[type="submit"]:hover
{
	background: #EAEAEA;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EAEAEA, endColorstr=#EAEAEA);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAEAEA', endColorstr='#EAEAEA')";
}

input[type="submit"]:active
{
	background: #EAEAEA;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
}

input[type="file"] {
	display: block;
	height: 2em;
	width: 100%;
}

#error ul {
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
	list-style: disc;
	color: #F00;
	padding-left: 50px;
	margin-bottom: 0.4em;
	line-height: 15px;
}
#correcto {
	
	width: 405px;
	color: #000;
	margin-top: 50%;
	text-align: left;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 20px;
}
