@charset "UTF-8";
/* Salas y Cia web*/


* {
	/*font-family: 'BenchNine', sans-serif;*/
	font-family: 'Dosis', sans-serif;
	letter-spacing: 1px;
	color: rgba(131,22,2,0.6);
	font-size:13px;
	

	/*font-family: 'Playfair Display', serif;
	font-family: 'Varela Round', sans-serif;*/
	}
body
	{
		/*
			Fallback for browsers that don't support pseudo elements.
		*/

	
	}

		body:before
		{
			content: '';
			position: fixed;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			z-index: -1;

			/*
				Default background is a weird gradient so I've set it to stretch to
				100% in both directions. If you replace it with a photo or something,
				set background-size to "cover".
			*/

			background: url('img/bg.jpg');
			background-size: 100% 100%;
		}

		/*
			The pseudo element below applies a noise pattern to the background image. It's
			meant to help mask blurriness, but you can remove it if you don't like it.
		*/

#contenedor{
	margin:0px;
	padding:0px;
	width:100%;

	}
#escudo{
	width:60%;
	height:90px;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	background-color:rgba(255,255,255,1);
	border-radius:10px 10px 0px 0px;
	margin:0 auto;
	padding:10px;
	border-left:solid 1px rgba(131,22,2,0.4);
	border-right:solid 1px rgba(131,22,2,0.4);
	border-top:solid 1px rgba(131,22,2,0.4);
	}
#main {
	width:60%;
	height:390px;
	/*background-color:rgba(131,22,2,0.7);
		background-color:rgba(50,90,134,0.4);*/
	background-color:rgba(200,200,200,0.7);
	margin:0 auto;
	/*margin-top:4px;
	margin-bottom:4px;
	border-radius:10px;*/
	padding:10px;
	/*background-image: url(img/overlay.png);*/
	border-right:solid 1px rgba(131,22,2,0.4);
	border-left:solid 1px rgba(131,22,2,0.4);
	}
#main-c {
	float:left;
	width:100%;
	background-color:rgba(255,255,255,1);
	height:100%;
	border-radius:10px;
	border:solid 1px rgba(131,22,2,0.4);
	/*background-image: url(img/logotipo.png);
	background-repeat: no-repeat;
	background-position: right 20px;*/
	}
.left {
	float:left;
	width:56%;
	height:95%;
	border-radius: 10px 0px 0px 10px;
	overflow-x:hidden; 
	overflow-y:auto;
	margin-top:5px;
	
	}
.teitulo{
	font-size:20px;
	color: rgba(131,22,2,0.8);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(131,22,2,0.6);
	margin-left:30px;
	padding-top:35px;
	display:inline-block;
	}
	.left2 {
	float:left;
	width:60%;
	border-radius: 10px 0px 0px 10px;
	overflow-x:hidden; 
	overflow-y:auto;
	margin-top:5px;
	}
.portada {
	/*background-color:rgba(147,34,16,0.2);*/
	float:left;
	width:100%;
	background-color: rgba(90,90,90,0.4);
	height:100%;
	border-radius:10px;
	overflow-x:hidden;
	overflow-y:auto;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: 70px 90px;
	}
.titulo-portada{
	width:30%;
	display:block;
	margin-top:250px;
	font-size:16px;
	color:  rgba(132,25,4,0.8);
	float:left;
	padding-left:70px;
	padding-top:12px;
	padding-bottom:12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(132,25,4,0.2);
	border-bottom-color: rgba(132,25,4,0.2);
/*background-color: rgba(255,255,255,0.3);*/	}
	
.right, .right-socios, .right-servicios, .right-contacto {
	float:left;
	width:40%;
	/*background-color:rgba(147,34,16,0.2);*/
	padding-top:10px;
	border-radius: 0px 10px 10px 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	}
.right {
	background-image: url(img/fdo-finanzas1.png);
/*	background-color: rgba(108,17,12,0.2);*/

	}
.right-portada {
	background-image: url(img/edificios.jpg);
	float:right;
	height:100%;
	width:50%;
	border-radius: 0px 10px 10px 0px;
	background-repeat: no-repeat;
	background-position: right top;
	}
.right-socios {
	/*	background-color: rgba(131,22,2,0.6);*/

	}
.right-servicios {
	background-image: url(img/fdo-finanzas.png);
	}
.right-contacto{
	background-image: url(img/fdo-contacto.png);
	}
.areas {
	float:left;
	width:40%;
	height:100%;
	background-color: rgba(255,255,255,0.6);
	border-radius: 0px 10px 10px 0px;

	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(50,110,155,0.2);*/
	}
.areas-l{
	float:left;
	width:60%;
	height:100%;
	border-radius: 10px 0px 0px 10px;
	overflow-x:hidden; 
	overflow-y:auto;
		background-color: rgba(255,255,255,0.6);

	}
.center {
	float:left;
	width:95%;
	margin-top:20px;
	height:70%;
	border-radius:10px;
	overflow-x:hidden;
	overflow-y:auto;
	/*background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;*/
	}
.center2 {
	float:left;
	width:60%;
	margin-top:6px;
	margin-left:200px;

	/*background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;*/
	}
	
.int2 {
	width:90%;
	padding:20px;
	margin:10px;}
.int2 .txt {
	text-align: justify;
	word-spacing: 2px;
	color: rgba(100,100,100,0.6);
	font-size:13px;
	line-height:20px;

		}
.int2 .tit {
	font-size:16px;
	color: rgba(131,22,2,0.8);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(131,22,2,0.6);
	}
.int2 .subtit {
	font-size:18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(131,22,2,0.6);
	}	

.int {
	width:90%;
	padding:26px;

}
.int .txt {
	text-align: justify;
	word-spacing: 2px;
	color:  rgba(100,100,100,0.7);
	font-size:13px;
	line-height:22px;
	
		}
.int .txt2 {
	word-spacing: 2px;
	color:  rgba(100,100,100,0.7);
	font-size:13px;
	line-height:22px;
	
		}
.int .txt strong {
	word-spacing: 2px;
	color: rgba(131,22,2,0.5);
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(131,22,2,0.3);
	font-size:14px;
	
		}
.int .txt span {
	word-spacing: 2px;
	color: rgba(131,22,2,0.5);
	font-weight: normal;
	font-size:13px;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(131,22,2,0.5);

		}
.int .tit {
	font-size:20px;
	color: rgba(131,22,2,0.8);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(131,22,2,0.6);
}
.int .subtit {
	font-size:18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: (255,255,255,0.5);
	color:(255,255,255,0.5);
	}	
.socios {
	font-size:17px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(131,22,2,0.5);
	color:rgba(131,22,2,0.8);
	display:inline-block;
	}
.socios .tit {
	font-size:20px;
	color: rgba(131,22,2,0.8);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(131,22,2,0.6);
}
.socios .ttt {
	word-spacing: 2px;
	color: rgba(131,22,2,0.5);
	font-weight: normal;
	font-size:16px;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(131,22,2,0.5)
	
}
.int a {
	display:block;
	border-radius:10px;
	background-color:rgba(131,22,2,0.9);
	color:rgba(255,255,255,0.9);
	padding:10px;
	margin-top:20px;
	text-decoration:none;
	font-size:13px;
	
	}
.int a:hover {
	background-color:rgba(131,22,2,0.6);
	color:rgba(255,255,255,0.6);
	}
.serv-d {
	display:block;
	border-radius:10px;
	background-color:rgba(100,100,100,0.4);
	color:rgba(255,255,255,0.8);
	padding:10px;
	text-decoration:none;
	font-size:13px;
		margin-top:20px;

	}
	
nav {
	width:60%;
	/*border-radius:0px 0px 10px 10px;
	border: 1px solid rgba(255,255,255,0.5);
	background-color:rgba(131,22,2,0.9);*/
	text-align:center;
	background-color:rgba(50,90,134,0.4);
	margin:0px auto;
	padding:10px;
	border:solid 1px rgba(131,22,2,0.4);
	
	}
	
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	
}

nav li {
	display: inline;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(255,255,255,0.5);*/
	padding:25px;
	background-image:url(img/linav.png);
	background-repeat: no-repeat;
	background-position: right center;
	
}

nav li a {
	text-decoration:none;
	color: rgba(255,255,255,0.5);
	  /* animamos el cambio de color de los textos */
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
	font-size:13px;
}

nav li a:hover {
	text-decoration:none;
	color: rgba(74,24,14,0.9);
	}
.rosa {
	text-decoration:none;
	color: rgba(255,255,255,0.9);
	font-size:13px;
	}

footer {
			text-align:center;
			color: rgba(255,255,255,0.7);
			width:60%;
			border-radius:0px 0px 10px 10px;
			background-color:rgba(50,90,134,0.6);
			/*background-color:rgba(131,22,2,1);*/
			margin:0px auto;
			padding:10px;
			font-size:12px;
			border:solid 1px rgba(131,22,2,0.4);

        }
/*salas*/


/*scrollbar*/

::-webkit-scrollbar {
    width: 12px;
	border-radius:10px;

}
::-webkit-scrollbar-track {
    
	background-color: rgba(100,100,100,0.2);
    border-left: 1px solid rgba(100,100,100,0.7);
	border-radius:10px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(100,100,100,0.7);
	border-radius:10px;

}
::-webkit-scrollbar-thumb:hover {
	background-color: rgba(131,22,2,0.6);
}
/* formulario */

.c-formu {
	display:block;
	padding:5px;
	margin:2px;
	border-radius:10px;
	color:rgba(100,100,100,0.7);
	}
.c-mensaje{
	margin:5px;
	font-size:18px;
	border-radius:10px;}
input[type=formu] {
	font-size:18px;
	/*background-image: url(img/pje.png);
	background-repeat: no-repeat;
	background-position: right center;*/
	background-color:rgba(100,100,100,0.2);
	color:rgba(131,22,2,0.8);
	width:90%;
	height:20px;
	display:block;
	border-radius:10px;
	-webkit-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 15px;
	border: 1px solid rgba(255,255,255,0.2);
}
textarea {
	font-size:18px;
	background-color:rgba(100,100,100,0.2);
	color:rgba(131,22,2,0.8);
	width:90%;
	height:110px;
	display:block;
	border-radius:10px;
	-webkit-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 15px;
		border: 1px solid rgba(255,255,255,0.2);

}

input[type=formu]:focus {
	width:95%;
	background-color:rgba(255,255,255,0.9);
	color:rgba(108,17,12,0.8);
	font-size:20px;
	/*background-image: url(../img/form-persona1.png);
	background-repeat: no-repeat;
	background-position: right center;*/
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);

}


input::-webkit-formu-decoration,
input::-webkit-formu-cancel-button {
	display: none;
}


@media screen and (max-width:400px){
	
* {margin:0;
	
	}	
body{	margin:0px;}	
	#main {
	width:100%;
	height:90%;
	
	}
#escudo{
	width:100%;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	background-color:rgba(255,255,255,1);
	margin:0 auto;
	}
nav {
	width:90%;
	background-color:rgba(50,90,134,0.4);
	margin:0px auto;
	
}
nav li {
	display: block;		
}


nav ul li{
	display:block;
	margin:0px;
	padding:10px;
	border-bottom:solid 1px rgba(131,22,2,0.8);
		}
nav li a {
	text-decoration:none;
	color: rgba(255,255,255,0.5);
	  /* animamos el cambio de color de los textos */
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
	font-size:13px;
}
#contenedor{
	margin:0px;
	padding:0px;
	width:100%;

	}
.int, .int2 {
	width:100%;padding:10px;
	margin:0px;

}
	
footer {
			text-align:center;
			color: rgba(255,255,255,0.7);
			width:90%;
			background-color:rgba(50,90,134,0.6);
			margin:0px auto;
			padding:10px;
			font-size:12px;

        }
	#main {
	width:100%;
	float:left;
	background-color:rgba(200,200,200,0.7);
	margin:0;
	}
#main-c {
	float:left;
	width:94%;
	background-color:rgba(255,255,255,1);
	height:100%;
	border:solid 1px rgba(131,22,2,0.4);
	}

.left, .left2 {
	float:left;
	display:block;
	width:90%;
	padding:10px;
	
	}	
.right, .right-socios, .right-servicios, .right-contacto {
	float:left;
	width:90%;
	/*background-color:rgba(147,34,16,0.2);*/
	
	}
.int a {
	display:block;
	border-radius:10px;
	background-color:rgba(131,22,2,0.9);
	color:rgba(255,255,255,0.9);
	margin-top:20px;
	text-decoration:none;
	font-size:13px;
	
	}
.center2, .center{
	float:left;
	width:90%;
	margin-top:6px;
	}

	}