html { overflow-y: scroll; }

a:link {
	color: #F24848;
	text-decoration: none;
}

a:visited {
	color: #FF5C5E;
	text-decoration: none;
}

a: text.hover {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#999;
}

a:active {
	text-decoration: none;
}

*:focus {outline: none; }
*::-moz-focus-inner { border: none; }	
		
body {
	margin: 0px;
	background-image: url(../img/background.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color:#DFDFDF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}	
	
#contenedor {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 930px;
	margin-left:-465px;
}
	
#encabezado {
	background-image: url(../img/fondo.png);
	background-repeat: repeat-y;
	height: 350px;
}
	
#medio {
	background-image: url(../img/fondo.png);
	background-repeat: repeat-y;
	position:relative;
}

#contenido {
	background-color:#FAFAFA;
	margin-left:15px;
	margin-right:15px;
}

#base {
	background-image: url(../img/base.png);
	background-repeat: no-repeat;
	height: 55px;
}
		
#pie {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	position:relative;
	left: 15px;
	height: 38px;
	width: 900px;
	color:#666;
	text-indent:30px;
	line-height:38px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color:#CCC;
	background-color:#FFFFFF;
	z-index: 255;
}

#superior {
	left: 15px;
	width: 900px;
	height: 100px;
	position: absolute;
	background-color:#FFF;
}

#login {
	right: 35px;
	top: 20px;
	position: absolute;
	text-align:right;
}

#endsession {
	display: none;
	text-align:right;
}

#social {
	right: 37px;
	top: 56px;
	position: absolute;
	width: 172px;
}

#linea {
	position:absolute;
	left: 15px;
	top: 97px;
	width: 900px;
	height: 3px;
	background-color:#F24848;
}
		
#logo {
	left: 36px;
	top: 12px;
	position: relative;
}
	
#logotext {
	top:26px;
	right:30px;
	width:220px;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#FFF;
	text-align:justify;
	text-justify:distribute;
	line-height:24px;
	text-shadow: 3px 3px 6px #0099FF, -3px -3px 6px #0099FF;
}	

#slogan {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	position:absolute;
	top: 300px;
	right: 40px;
	width: 600px;
	text-align: right;
	z-index:254;
	text-shadow: 2px 2px 5px #000000;
}
	
#portada {
	width: 800px;
	height: 250px;
	position: absolute;
	top: 100px;
	left: 115px;
}
	
#menu {
	width: 400px;
	height: 250px;
	left: 15px;
	position:absolute;
	
	background: -moz-linear-gradient(left, #F24848 0%, #F24848 25%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#F24848), color-stop(25%,rgba(255,92,94,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,  #F24848 0%,#F24848 25%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left,  #F24848 0%,#F24848 25%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left,  #F24848 0%,#F24848 25%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  #F24848 0%,#F24848 25%,rgba(255,255,255,0) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5c5e', endColorstr='#00ffffff',GradientType=1 );


	top: 100px;
	z-index: 255;
}
	
.opmenu {
	width: 320px;
	height: 50px;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #FFF;
	line-height: 41px;
	text-indent: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#CCC;
}

.noline {
	border-bottom-style:none;	
}
	
.opmenu a {
	color:#FFFFFF;
	display:block;
}

.opmenu a:visited {
	color:#FFFFFF;
	display:block;
}
		
.opmenu a:hover{
	background-color:#F24848;
	color: #000000;
	opacity: 0.8;
}
	
.ventana {
	left: 15px;
	position:relative;
	width: 580px;
	font-size: 14px;
	color: #666;
	text-align: justify;
	line-height: 22px;
	font-weight: normal;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 35px;
	display:none;
	min-height:510px;
}
	
#info {
	width: 225px;
	color:#666;
	font-size: 12px;
	line-height: 22px;
	background-color:#FFFFFF;
	padding-left: 20px;
	float: right;
	right: 15px;
	position: absolute;
	height: 100%;
}
		
.minifoto {
	border: 2px solid #FFFFFF;
}
	
.telefono {
	font-weight: bold;
	font-size: 14px;
}
	
.color1 {
	color:#F24848;
}
	
.min {
	font-size: 10px;
}

H1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color:#F24848;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#000000;
	margin-bottom: 25px;
	line-height: 25px;
	letter-spacing: 0px;
}

H5 {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

H3 {
	background-color:#BBB;
	color:#FFF;
	font-weight: bold;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-indent: 6px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.tseguro {
	background-repeat:no-repeat;
	background-size: 32px;	
	height:40px;
	line-height:40px;
	color:#666;
	font-weight: bold;
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-indent: 42px;
}

.frame1{
	width: 510px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
	padding-right: 35px;
	background-color:#AAA;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
 }
 
 .sep{
	width: 580px;
	height:1px;
	background-color:#AAA;
	margin-top:20px;
	margin-bottom:20px;
 }

.presupuesto{
	font-size: 12px;
	color: #666666;
}

label {
	display: inline-block;
	vertical-align:top;
	height: 30px;
	line-height: 30px;
	margin-top:8px;
}

#fcontactar label{
	color: #FFFFFF;
}
  
.tform2{
	width: 420px;  
}

small {
	font-size: 9px;
}

medium {
	font-size: 11px;
}

input[type='text'],input[type='password'], input[type='number'], textarea, select{
	border-width: 1px;
	border-style: solid;
	border-color:#999;
	padding-left:5px;
	border-radius: 3px;
	height: 24px;
	margin-top:10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
	display:inline-block;
}

select{
	height: 26px;
}

button, input[type='button'], input[type='submit']{ 
	border-style:none;
	height:26px;
	line-height:24px;
	padding-bottom:2px;
	background-color:#F24848;
	color:#FFF;
	font-size: 12px;
	font-weight:bold;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;	
	opacity: 0.7;
}

button:hover, input[type='button']:hover, input[type='submit']:hover {
	opacity:1;
}

button:disabled, input[type='button']:disabled, input[type='submit']:disabled {
	opacity:0.2;
}

.fichas li {
	display: inline-block;
	margin: 10px;
	list-style:none;
	background-color:#FFF;
	border: 2px solid #F5F5F5;
	box-shadow: 3px 3px 3px rgba(0,0,0, .2);		
	-boxt-text-shadow: 3px 3px 3px rgba(0,0,0, .2);
	-box-text-shadow: 3px 3px 3px rgba(0,0,0, .2);
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-khtml-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	padding: 10px;
}

.fichas {
	list-style:none;
	padding: 0;
	margin: 0;
}

.titulo {
	font-size:16px;
	color:#999999;
}

.tcia {
	font-size:14px;
	color:#999999;
	height:60px;
	display:block;
	text-align:right;
}

.logocia {
	float:left;
	height:40px;	
}

#agentes li {
	width:240px;
}

#cias li {
	width:400px;
	margin-left:80px;	
}

.imgtel {
	width:13px;
	height:10px;
	background-image:url(../img/tel.gif);
	background-repeat:no-repeat;
	background-size: 10px 10px;
	display:inline-block;
}

.comtel {
	float:right;
	text-align:right;
	display:block;
	width:130px;
	text-indent:13px;
	background-image:url(../img/tel.gif);
	background-repeat:no-repeat;
	background-size: 10px 10px;
	display:inline-block;
	background-position: 0px 6px;
}

.inp {
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
}
 
.inp:focus {
  box-shadow: 0 0 6px #FF0000;
}

 .linea1{
	height:1px;
	width:185px;
	background-color:#DDD;
	margin-top:5px;
	margin-bottom:5px;
 }
