/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#000000;
}
#contenedor{
	width:750px;
	background-image:url(../img/bg-contenedor.png);
	background-repeat:repeat-y;
	padding:0 25px;
	margin:0 auto;
}
#cabecera{
	width:250px;
	height:75px;
	background-color:#FFFFFF;
	background-image:url(../img/bg-logo.png);
	background-repeat:no-repeat;
	padding-left:450px;
}
#menu{
	width:682px;
	height:12px;
	margin-top:12px;
	background-image:url(../img/bg-menu.png);
	background-repeat: repeat-x;
	color:#FFFFFF;
	padding:7px;
	font-size: 11px;
}
#menu ul li{
	display:inline;
	list-style:none;
}
#menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#menu ul li a:hover{
	color:#cccccc;
}
#foto{
	width:700px;
	height:160px;
	background-color:#d4d4d4;
	background-image:url(../img/bg-foto.png);
	background-repeat:no-repeat;
	background-position:top;
}
#contenido{
	width:700px;
	background-color:#eaeaea;
	padding:10px 0;
}
#col-izq ul, #col-der ul{
	background-color:#FFFFFF;
	margin-bottom:10px;
	padding:10px 10px 10px 20px;
}
#col-izq ul li, #col-der ul li{
	list-style:square;
	list-style-position:outside;
}
#col-izq ul li a, #col-der ul li a{
	color:#666666;
	text-decoration:none;
}
#col-izq ul li a:hover, #col-der ul li a:hover{
	color:#CC0000;
}
#col-izq{
	width:200px;
	padding-right:9px;
	float:left;
}
#col-izq h2{
	background-color:#999999;
	padding:2px 10px;
	font-size:14px;
	height:16px;
}
#col-izq h2 a{
	color: #000000;
	text-decoration: none;
}
#col-izq h2 a:hover{
	color: #cc0000;
	text-decoration: underline;
}
#col-der{
	width:490px;
	float:left;
}
#col-der h1{
	background-color:#999999;
	padding:2px 10px;
	font-size:14px;
	height:16px;
	width:96%;
}
#col-der h2{
	background-color:#999999;
	font-size:20px;
	height:35px;
	width:96%;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #FFFFFF;
}
#col-der h3{
	background-image:url(../img/bg-titulares-servicios.png);
	background-repeat:repeat-x;
	width:220px;
	height:12px;
	color:#FFFFFF;
	padding:4px 10px;
	font-size:12px;
}
#col-der h4{
	width:220px;
	height:15px;
	color:#FFFFFF;
	font-size:16px;
	background-color: #999999;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#info{
	width:470px;
	background-color:#FFFFFF;
	padding:10px;
}
#pie{
	width:680px;
	background-color:#d4d4d4;
	padding:10px;
	font-size:10px;
	text-align:center;
}
#pie a{
	color:#000000;
	text-decoration:none;
}
#pie a:hover{
	color:#CC0000;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.clear-left{
	clear:left;
}
.clear-right{
	clear:right;
}
h3 {
	font-size: 15px;
	color: #CC0033;
	text-decoration: none;
}
a:link {
	font-size: 12px;
	color: #333333;
}
a:hover {
	color: #BB1A36;
}

/****************************************************/
/********** Caractersticas del FORMULARIO ***********/
/****************************************************/

#EmailForm label, #QuoteForm label {
	display: block;
	width: 150px;
	float: left;
	margin-top: 10px;
	margin-left:5px;
	font-size: 11px;
	color: #FF0000;
}
#EmailForm input, #QuoteForm input{
	display: block;
	width: 250px;
	float: left;
	margin-top: 10px;
	border:1px solid #cccccc;
}
#EmailForm textarea, #QuoteForm textarea {
	margin-top: 10px;
	width: 250px;
	float: left;
	border:1px solid #cccccc;
}
#EmailForm label, #QuoteForm label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}
#EmailForm input[type="submit"], #QuoteForm input[type="submit"] {
	margin-bottom: 20px;
	text-align: center;
	margin-left: 100px;
}
#EmailForm input[type="hidden"], #QuoteForm input[type="hidden"] {
	display: none;
}
br.clear-l {
	clear: left;
}

#km_form input[type="text"] {
	width: 150px;
	margin: 5px 0px;

}
#km_form input[type="text-cuenta"] {
	width: 80px;
	margin: 5px 0px;

}

#km_form input[type="submit"] {
	width: 150px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 150px;
}

div.cciudadana {
	float: left;
	border: 1px solid rgb(255,255,255);
	background-color: rgb(255,255,255);
}

