/* CSS Document */
@import url('http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold');
@import url('http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic');

.boton {
background-color: #D8D8D8;
color: #C0C6C9;
font-family: 'Droid Sans', serif;
font-size: 13px;
color:#333333;
}

A:link {text-decoration: none; color:#006699}
A:visited {text-decoration: none; color:#006699}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color:#6666CC;}

.fondo_web{
	background-image: url(imagenes/home_fondo.jpg);
	background-position:left top; 
	background-repeat:no-repeat;
}
.fondo_main{
	background-image: url(imagenes/fondo_texto_main.gif);
	background-repeat:no-repeat;
}
.fondo_buscador{
	background-image: url(imagenes/buscador.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.fondo_cuadrado{
	background-image: url(imagenes/fondo_cuadrados.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.manoCursor{
	cursor:pointer;
}
.lineaAzul{
	border-bottom: 1px solid #366994;
}
.lineaGris{
	border-bottom: 1px solid #C5C5C5;
}
.lineaGrisUp{
	border-top: 1px solid #C5C5C5;
}
.lineaAzulVertical{
	border-right: 1px solid #366994;
}

.textoTitulo { 
	font-family: 'Droid Sans', serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2;
	color:#366994;
	text-align:justify;
}
.textoTituloMasChico { 
	font-family: 'PT Sans', serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2;
	color:#366994;
	text-align:justify;
}
.textoSubtitulo { 
	font-family: 'PT Sans', serif;
	font-size: 13px;
	font-style: normal;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.062em;
	word-spacing: 0em;
	line-height: 1.2;
	color:#7f7f7f;
	text-align:justify;
}
.textoTituloEmpresa { 
	font-family: 'PT Sans', serif;
	font-size: 13px;
	font-style: normal;
	font-weight:bold;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.062em;
	word-spacing: 0em;
	line-height: 1.2;
	color:#7f7f7f;
	text-align:justify;	
}
.textoEmpresa { 
	font-family: 'PT Sans', serif;
	font-size: 11px;
	font-style: normal;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.062em;
	word-spacing: 0em;
	line-height: 1.2;
	color:#7f7f7f;
	text-align:justify;	
}
.textoEmpresaNegrita { 
	font-family: 'PT Sans', serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.062em;
	word-spacing: 0em;
	line-height: 1.2;
	color:#7f7f7f;
	text-align:justify;	
}
.textoDescripcion { 
	font-family: 'PT Sans', serif;
	font-size: 11px;
	font-style: normal;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.062em;
	word-spacing: 0em;
	line-height: 1.2;
	color:#40526F;
	text-align:justify;	
}
.textoSectores { 
	font-family: 'PT Sans', serif;
	font-size: 9px;
	font-style: normal;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.062em;
	word-spacing: 0em;
	line-height: 1.2;
	color:#203925;
	text-align:justify;	
}
.textoDescripcionNegrita { 
	font-family: 'PT Sans', serif;
	font-size: 11px;
	font-style: normal;
	font-weight:bold;
	text-shadow: none;
	text-decoration: underline;
	text-transform: none;
	letter-spacing: 0.062em;
	word-spacing: 0em;
	line-height: 1.2;
	color:#40526F;
	text-align:justify;
}
.textoFuente { 
	font-family: 'PT Sans', serif;
	font-size: 10px;
	font-style: normal;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.062em;
	word-spacing: 0em;
	line-height: 1.2;
	color:#666666;
	text-align:justify;	
}

.textoBuscador { 
	font-family: 'PT Sans', serif;
	font-size: 12px;
	font-style: normal;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.062em;
	word-spacing: 0em;
	line-height: 1.2;
	text-align:justify;	
}
.recuadroBuscador{
	border-top: 1px solid #C0C6C9;
	border-right: 1px solid #C0C6C9;
	border-left: 1px solid #C0C6C9;
	border-bottom: 1px solid #C0C6C9;
	background-color:#E4E4E4;
}
.recuadroCalendario{
	border-top: 0px solid #C0C6C9;
	border-right: 0px solid #C0C6C9;
	border-left: 0px solid #C0C6C9;
	border-bottom: 0px solid #C0C6C9;
	background-color:#E2E7EB;
}
.recuadroCajaTexto{
	border-top: 1px solid #C0C6C9;
	border-right: 1px solid #C0C6C9;
	border-left: 1px solid #C0C6C9;
	border-bottom: 1px solid #C0C6C9;
}
.recuadroCajaBuscador{
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
}
.bordeImg{
	margin-right:10px; 	
	margin-bottom:10px
}


