@charset "utf-8";
/* CSS Document */

.menuConsecionarios{
	width:100%;
	height:66px;
	border-bottom:solid 2px #ccc;
}	
.menuConsecionarios a{
float:left;
display:block;
}	
.menuConsecionarios h1{
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
color:#2D2D2D;
text-decoration:none;	
font-size: 25px;
padding: 7px 23px;
float:left;
margin:0;
}
.direccionHeader{
	width:300px;
	float:left;
	border-left: solid 1px #ccc;
	padding:0px 10px 0 10px;
	font-size:10px;
	color:#393939;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	text-transform:uppercase;
	margin:5px 0 0 0;
}
.direccionHeader strong{
	font-size:12px;
	font-weight:bold;
}

#divPrincipal{
	width:90%;
	margin:0 auto;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size:12px;
	
	
	
	}

#divPrincipal h3{
	font-size:22px;
	color:#2D2D2D;
	text-transform:uppercase;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight:bold;
	clear:both;
	padding:10px 0 10px 0;
	margin:0;
}
.camposObligatorios{
font-size: 10px; color: #ff0000;
text-align:right;
}

.col-3{
	width:33%;
	float: left;
	padding:10px 0;
	text-transform:uppercase;
	height:30px}
.col-3 input{
	background:#e1e0e0;
	border:none;
	width:95%;
	float:left;
}
.col-3 .etiqueta{
	width:100%;
	display:block;
	float:left;
}
.col-4{
	width:25%;
	float: left;
	text-transform:uppercase;
	min-height:30px;
	padding:10px 0;
}
.col-2{
	width:50%;
	float: left;
	text-transform:uppercase;
	padding:10px 0;
	height:30px;}
.col-1{
	width:100%;
	text-transform:uppercase;
	padding:10px 0;
	height:auto;
	clear:both;}
.col-1 textarea{
	width:100%;
	height:60px;
	background:#e1e0e0;
	border:none;
}
.cajaTerminos{
	float:left;
	width:50%;
	height:100px;}
#alinkAviso{
	width:100%;
	color:#393939;
	font-size:12px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	padding:3px 0;
}
.botonesForm{
	width:50%;
	float:right;}
.btn_cancelar{
	width:40%;
	float:right;
	margin:0 5%;
}
#btnGuardar{
	float:right;
	width:40%;
	margin:0 5%;
}

.datos{
	padding:20px 0;}
.datos .etiqueta{
	float:left;
	width:auto;
	padding:0 10px 0 0;
}
.datos input{
	float:left;
	width:68%;
	border:none;
	background:#e1e0e0;
	color:#333;
	padding:0 1%;
	height:20px;

}
.datos textarea{
	float:left;
	width:98%;
	border:none;
	background:#e1e0e0;
	color:#333;
	padding:0 1%;
	height:50px

}


@media only screen and (max-width: 900px) {
.direccionHeader{
	display:none;}

}

