@charset "utf-8";
/* CSS Document */


@import "css/stylesheet.css";


body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}

body{
	color:#393a39;
	font-size:12px;
    line-height:17; 
	font-family:'OpenSansRegular',Arial;
}

.clear{
	clear:both;
}

#main-container{
	width:400px;
	margin:30px auto;
}

#form-container{
	
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:950px;
	height:400px;
	top:170px;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

td{
	white-space:nowrap;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	color:#102D48;
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:5px;
	font-family:'OpenSansRegular',Arial;
}

h2{
	font-weight:normal;
	font-size:10px;
	font-family:'OpenSansRegular',Arial;
	text-transform:uppercase;
	
	color:#393a39;
	margin-bottom:15px;
	
	border-bottom:1px solid #eeeeee;
	margin-bottom:15px;
	padding-bottom:10px;
}

label{
	
	font-size:12px;
	line-height:18px;
	font-family:'OpenSansRegular',Arial,;
	color:#393a39;
}

textarea{
	color:#393a39;
	font-family:'OpenSansRegular',Arial,Helvetica;
	font-size:14px;
}

td > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}

.tutorial-info{
	color:white;
	text-align:center;
	padding:10px;
	margin-top:10px;
}
#izquierdaform {
	float: left;
	height: 400px;
	width: 325px;
	position: relative;
	z-index: 100;
}
#derechaform {
	float: left;
	height: 400px;
	width: 325px;
	position: relative;
	z-index: 100;
}
#enviadire {
	float: left;
	height: 400px;
	width: 280px;
	position: relative;
	margin-left:10px;
	z-index: 100;
}
#publica {
	float: left;
	height: 167px;
	width: 250px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 100;
	background-image: url(img/cv/fondito-atencion-al-pub.png);
}
#envianoscv {
	float: left;
	height: 28px;
	width: 250px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 100;
}
