/* CSS Document */

/* Open Sans */
@font-face {
    font-family: "Open Sans Light";
    src: url(../fonts/OpenSans-Light.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans SemiBold";
    src: url(../fonts/OpenSans-SemiBold.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans Bold";
    src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans Extrabold";
    src: url(../fonts/OpenSans-ExtraBold.ttf) format("truetype");
}

.Txt_Rosa{
	color: #964484;
}

.Txt_Bold{
	font-family: "Open Sans Bold";
}

.Txt_14{
	font-size: 14px;
}

body { 
	width:100%; margin: 0; padding: 0; font-family: 'Open Sans'; color:#000; background-color:#fff;
}

.Link_Texto{
	color:#e2b22b;
	text-decoration:none;
	transition: all .5s;
}
.Link_Texto:hover{
	text-decoration:underline;
}

.Menu{
	width:100%;
	height:85px;
	font-size:20px;
	font-family: "Open Sans Light";
	background-color:#51003a;
	border-bottom: 3px solid #964484;
}
#Logo_Index{
	width:97%;
	font-family: "Open Sans";
	font-size:40px;
	color:#fff;
	padding-top:11px;
	padding-left:3%;
}
#Logo_Index img{
	width:90%;
	max-width:319px;
	margin-top:0px;
	cursor:pointer;
}
/*#Logo_Index img:hover{
	-webkit-filter: invert(100%);  
	-moz-filter: invert(100%); 
	-ms-filter: invert(100%); 
	-o-filter: invert(100%);  
}*/
#Menu_RedesSociales{
	width:90%;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	text-align:center;
}
#Menu_RedesSociales img{
	width:25px;	
	margin-left:10px;
	transition: all .5s;
}
#Menu_RedesSociales img:hover{
	-webkit-filter: invert(100%);  /* Chrome - Safari */
	-moz-filter: invert(100%);  /* Firefox */
	-ms-filter: invert(100%); /* IE9 */
	-o-filter: invert(100%);  /* Opera */
}

.Menu_PC{
	position:absolute;
	max-width:1700px;
	right:1%;
	margin-top:-55px;
}

.Menu_PC ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.Menu_PC li { float: left;	}

.Menu_PC li a {
    display: inline-block;
    text-align: center;
	color: #fff;
    padding: 5px 21px;/*padding: 21px 21px;*/
    text-decoration: none;
	transition: all .5s;
}
.Menu_PC li a:hover, .Menu_dropdown:hover  {
	text-decoration:underline;
	color:#fff;
	/*text-shadow: 0px 0px 3px #fff;*/
	/*font-weight:bold;*/
}
.Menu_PC li .Dropdown_Content a{
	text-shadow: 0px 0px 0px #fff;
	font-weight:normal;
}

#Menu_Comprar a{
	color:#fff;
	background-color:#000000;
	text-align:center;
	transition: all .5s;
}
#Menu_Comprar a:hover{ color:#e49cab; }

.Dropdown_Content,.Dropdown_Content_2 {
    display: none;
    position: absolute;
    background-color: #51003a;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	color:#fff;
	padding-top: 25px;
	z-index: 9999999999999999;
}
.Dropdown_Content_2 {
	z-index: 10000;
	padding-top: 0;
}
.Menu_PC .Dropdown_Content a,.Menu_PC .Dropdown_Content .Dropdown_Content_2 a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
   	text-align: left;
	/*text-shadow: 0px 0px 0px #000;*/
	transition: all .5s;
}
.Menu_PC .Dropdown_Content a:hover,.Menu_PC .Dropdown_Content .Dropdown_Content_2 a:hover { background-color: #964484; color:#fff; }

.Menu_dropdown:hover .Dropdown_Content {
   	display: block;
}
.Menu_PC .Dropdown_Content .Second_Dropdown:hover .Dropdown_Content_2 {
   	display: block;
}
	
/*********Menú móvil*********/
	
.Menu_Movil{
	display:none;
	cursor:pointer;
	margin-top:-33px;
	float:right;
	margin-right:15px;
}
	
.Menu_Movil div{
	background-color:#fff;	
	height:3px;
	width:20px;
	margin-bottom:3px;
	border-radius:10px;
}
@media only screen and (max-width:1820px) {
	.Menu{ font-size:18px; }
	.Menu_PC{
		margin-top:-55px;
	}
}
@media only screen and (max-width:1630px) {
	.Menu{ font-size:16px; }
	.Menu_PC{
		margin-top:-50px;
	}
}
@media only screen and (max-width:1530px) {
	.Menu{ font-size:14px; }
	.Menu_PC{
		margin-top:-50px;
	}
}
@media only screen and (max-width:1410px) {
	.Menu_PC li a {
    	padding: 5px 15px;
	}
}
@media only screen and (max-width:1330px) {
	.Menu{
		height:75px;
	}
	#Logo_Index img{
		max-width:250px;
	}
	.Menu_PC{
		margin-top:-42px;
	}
	.Menu_PC li a {
    	padding: 5px 8px;
	}
}
@media only screen and (max-width:1160px) {
	.Menu_Movil{ display:block; }
		
	.Menu_PC{
		display: none;
		position:absolute;
		right:0px;
		background-color:#964484;
		margin-top:14px;
		width:100%;
		max-width:100%;
		padding-top:0px;
		border-top:none;
		z-index: 10;
	}
	
	.Menu_PC li { float:none;	}
	
	.Menu_PC li a {
	    display: inline-block;
	    color: white;
	    text-align: center;
		width:100%;
	    padding-top:20px;
		padding-bottom:20px;
		padding-left:0px;
    	text-decoration: none;
		/*text-shadow: 0px 0px 0px #000;*/
		transition: all .5s;
	}
	
	.Menu_PC li a:hover{
		text-decoration:none;
		color:#964484;
		background-color:#fff;
		width:100%;
		text-align:center;
		text-shadow: 0px 0px 0px #fff;
		font-weight:normal;
	}
	
	.Menu_dropdown:hover  {
		background-color:#fff;
	}
	
	
	.Dropdown_Content {
		margin-top:0px;
		width:50%;
		padding-top: 0;
	}
	.Menu_PC .Dropdown_Content a {
	    padding: 12px 3%;
		text-align:center;
	}
	.Menu_PC .Dropdown_Content a:hover { width:94%; }
	
	/*
	.Menu:hover .Menu_PC {
   		display: block;
	}	
	*/	
}
@media only screen and (max-width: 440px) {
	#Menu{
		height:50px;
	}
	#Logo_Index{
		font-size:30px;
	}
	#Logo_Index img{
		width:auto;
		height:40px;
		margin-top:-6px;
	}
	.Menu_Movil{
		margin-top:-28px;
	}
	.Menu_PC{
		margin-top:8px;
	}
}
@media only screen and (max-width: 330px) {
	#Menu{
		height:45px;
	}
	#Logo_Index{
		font-size:25px;
	}
	#Logo_Index img{
		width:auto;
		height:35px;
		margin-top:-6px;
	}
	.Menu_Movil{
		margin-top:-25px;
	}
}

/*****************************Inicio*****************************************/

#Header_Index{
	background-image: url(../images/Header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 700px;
	width: 100%;
	text-align: center;
	color: #fff;
	border-bottom: 8px solid #51003a;
	padding-top: 100px;
	font-size: 43px;
}

#Header_Titulo{
	font-family: "Open Sans Bold";
}

h1 { 
    display: block;
    font-size: 60px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: normal;
}

.lista li{
	list-style-image: url(../images/Cuadrito_Rosa.jpg);
}
.lista a{
	color: #000;
	text-decoration: none;
}
.lista a:hover{
	color: #964484;
}

.Acceso_Index{
	background-color: #fff;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	color: #51003a;
	font-family: "Open Sans Light";
	font-size: 27px;
	padding:5px 30px;
	position: absolute;
	right: 0;
	margin-top: -50px;
	cursor: pointer;
	transition: all .5s;
}
.Acceso_Index:hover{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.Acceso_Index img{
	vertical-align: middle;
	margin-right: 10px;
	height: 35px;
}
@media only screen and (max-width: 1450px) {
	.Acceso_Index{
		font-size: 25px;
		padding:5px 25px;
		margin-top: -70px;
	}
	.Acceso_Index img{
		margin-right: 10px;
		height: 30px;
	}
}
@media only screen and (max-width: 950px) {
	#Header_Index{
		font-size: 33px;
	}
	h1 { 
    	font-size: 45px;
	}
	.Acceso_Index{
		font-size: 20px;
		padding:5px 20px;
		margin-top: -80px;
	}
	.Acceso_Index img{
		margin-right: 10px;
		height: 20px;
	}
}
@media only screen and (max-width: 670px) {
	#Header_Index{
		font-size: 29px;
	}
	h1 { 
    	font-size: 40px;
	}
}
@media only screen and (max-width: 580px) {
	#Header_Index{
		font-size: 25px;
	}
	h1 { 
    	font-size: 35px;
	}
}
@media only screen and (max-width: 485px) {
	#Header_Index{
		font-size: 22px;
	}
	h1 { 
    	font-size: 30px;
	}
}

.Inicio_Bloque{
	width:80%;
	padding:60px 10%;
	text-align: center;
	color: #333;
	font-family: "Open Sans";
	font-size: 26px;
	background-image: url(../images/Fondo_Ciudad.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
@media only screen and (max-width: 1300px) {
	.Inicio_Bloque{
		font-size: 24px;
	}
}
@media only screen and (max-width: 1160px) {
	.Inicio_Bloque{
		font-size: 20px;
	}
}
@media only screen and (max-width: 550px) {
	.Inicio_Bloque{
		width:90%;
		padding:40px 5%;
		font-size: 18px;
	}
}

.Botones_Index{
	width:100%;
	display:table;
	text-align:center;
	margin-top:0px;
}
.Botones_Index a{
	color: #fff;
	text-decoration: none;
}
.Boton_Index{
	width:80%;
	max-width:350px;
	height: 65px;
	display:inline-table;
	vertical-align:top;
	font-size:24px;
	cursor:pointer;
	background-color: #51003a;
	color: #fff;
	padding: 15px 30px;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 20px;
	border-radius: 3px;
	transition: all .5s;
}
.Boton_Index:hover{
	background-color: #964484;
}
.Boton_Index img{
	vertical-align: middle;
	margin-right: 15px;
	float: left;
}
.Boton_Index div{
	float: left;
}
.Bot_1_Linea{
	width: 245px;
	margin-top: 13px;
}
.Bot_2_Lineas{
	width: 270px;
}
@media only screen and (max-width: 1250px) {
	.Boton_Index{
		max-width:300px;
		height: 55px;
		font-size:22px;
		padding: 15px 15px;
	}
	.Boton_Index img{
		width: 50px;
	}
	#Img_Manos{
		margin-top: 12px;
	}
	#Img_Buro{
		margin-top: 5px;
	}
	.Bot_1_Linea{
		width: 230px;
		margin-top: 13px;
	}
	.Bot_2_Lineas{
		width: 230px;
	}
}
@media only screen and (max-width: 410px) {
	.Boton_Index{
		max-width:80%;
		height: 55px;
		font-size:18px;
		padding: 15px 3%;
	}
	.Boton_Index img{
		width: 50px;
		float: none;
	}
	#Img_Manos{
		margin-top: 12px;
	}
	#Img_Buro{
		margin-top: 5px;
	}
	.Boton_Index div{
		float: none;
	}
	.Bot_1_Linea{
		width: 100%;
		margin-top: 13px;
	}
	.Bot_2_Lineas{
		width: 100%;
		margin-top: 13px;
	}
}

#Bloque_Contacto{
	width: 50%;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 1225px) {
	#Bloque_Contacto{
		width: 60%;
	}
}
@media only screen and (max-width: 1160px) {
	#Bloque_Contacto{
		width: 70%;
	}
}
@media only screen and (max-width: 880px) {
	#Bloque_Contacto{
		width: 80%;
	}
}
@media only screen and (max-width: 765px) {
	#Bloque_Contacto{
		width: 90%;
	}
}
@media only screen and (max-width: 680px) {
	#Bloque_Contacto{
		width: 100%;
	}
}
.Pleca_Contacto{
	background-color: #51003a;
	color: #fff;
	font-size: 18px;
	width: 98%;
	margin-top: 0px;
	display:table;
	text-align:center;
	padding: 5px 1%;
	margin-bottom: 40px;
}
.Pleca_Contacto div{
	display:inline-table;
	vertical-align:top;
	margin: 0 30px;
}
.Pleca_Cuadrito{
	border-radius: 3px;
	font-size: 10px;
	padding-top: 5px;
}
.Pleca_Contacto a{
	color: #fff;
	text-decoration: none;
	transition: all .5s;
}
.Pleca_Contacto a:hover{
	text-decoration: underline;
}
@media only screen and (max-width: 615px) {
	.Pleca_Contacto{
		font-size: 18px;
		width: 98%;
		display:block;
		text-align:center;
		padding: 5px 1%;
	}
	.Pleca_Contacto div{
		width: 100%;
		display:block;
		vertical-align:top;
		margin: 5px 0;
	}
}

.Input_Contacto{
	background: transparent;
	border: none;
	border-bottom: 1px solid #51003a;
	font-size: 24px;
	font-family: "Open Sans";
	width: 98%;
	padding: 0 1%;
	margin-bottom: 15px;
}
.Textarea_Contacto{
	background: transparent;
	border: none;
	border-bottom: 1px solid #51003a;
	font-size: 24px;
	font-family: "Open Sans";
	width: 98%;
	padding: 0 1%;
	height: 200px;
	margin-bottom: 15px;
}
.Bot_Contacto{
	width: 80%;
	max-width: 150px;
	background-color: #51003a;
	text-align: center;
	border:none;
	border-radius: 3px;
	color: #fff;
	padding: 10px 20px;
	font-size: 20px;
	font-family: "Open Sans";
	cursor: pointer;
	transition: all .5s;
}
.Bot_Contacto:hover{
	background-color: #964484;
}

.Tit_Rosa_Contacto{
	text-align: center;
	color: #964484;
	font-family: "Open Sans Bold";
	font-size: 24px;
}
@media only screen and (max-width: 800px) {
	.Tit_Rosa_Contacto{
		font-size: 22px;
	}
}
@media only screen and (max-width: 670px) {
	.Tit_Rosa_Contacto{
		font-size: 20px;
	}
}
@media only screen and (max-width: 500px) {
	.Tit_Rosa_Contacto{
		font-size: 18px;
	}
}

@media only screen and (max-width: 1300px) {
	.Input_Contacto,.Textarea_Contacto{
		font-size: 24px;
	}
}
@media only screen and (max-width: 1160px) {
	.Input_Contacto,.Textarea_Contacto{
		font-size: 20px;
	}
}
@media only screen and (max-width: 550px) {
	.Input_Contacto,.Textarea_Contacto,.Bot_Contacto{
		font-size: 18px;
	}
}

/****************************Secciones****************************/

#Header_Secciones{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
	width: 100%;
	text-align: center;
	color: #fff;
	border-bottom: 8px solid #51003a;
	padding-top: 100px;
	font-size: 43px;
}
.Header_Creditos{
	background-image: url(../images/Header_Creditos.jpg);
}

#Pleca_Header{
	width: 96%;
	background-color: #51003a;
	color: #fff;
	font-family: "Open Sans Bold";
	font-size: 24px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 2%;
	padding-right: 2%;
}
@media only screen and (max-width: 850px) {
	#Pleca_Header{
		font-size: 20px;
	}
}
@media only screen and (max-width: 600px) {
	#Pleca_Header{
		font-size: 18px;
	}
}
@media only screen and (max-width: 470px) {
	#Pleca_Header{
		font-size: 16px;
	}
}

#Header_Titulo_Secciones{
	font-family: "Open Sans Bold";
	margin-top: 80px;
	text-shadow: 2px 2px 5px #000;
}

.Bloque_Fondo{
	width: 100%;
	background-image: url(../images/Fondo_Ciudad.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.Bloque_Secciones{
	width:90%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding:60px 0;
	text-align: justify;
	color: #333;
	font-family: "Open Sans Light";
	font-size: 22px;
}
@media only screen and (max-width: 1000px) {
	.Bloque_Secciones{
		font-size: 20px;
	}
}
@media only screen and (max-width: 800px) {
	.Bloque_Secciones{
		font-size: 18px;
	}
}
@media only screen and (max-width: 550px) {
	.Bloque_Secciones{
		font-size: 16px;
		padding:40px 0;
	}
}
@media only screen and (max-width: 370px) {
	.Bloque_Secciones{
		font-size: 15px;
		padding:30px 0;
	}
}

.Bloque_Secciones a{
	text-decoration: none;
}

.Bloque_Secciones_Tit{
	color: #964484;
	font-family: "Open Sans Bold";
	font-size: 28px;
	text-align: center;
}
.Bloque_Secciones_Tit_Linea{
	height: 3px;
	width: 50%;
	margin: 3px auto;
	background-color: #51003a;
}
@media only screen and (max-width: 800px) {
	.Bloque_Secciones_Tit{
		font-size: 26px;
	}
	.Bloque_Secciones_Tit_Linea{
		width: 50%;
	}
}
@media only screen and (max-width: 670px) {
	.Bloque_Secciones_Tit{
		font-size: 24px;
	}
	.Bloque_Secciones_Tit_Linea{
		width: 70%;
	}
}
@media only screen and (max-width: 500px) {
	.Bloque_Secciones_Tit{
		font-size: 22px;
	}
	.Bloque_Secciones_Tit_Linea{
		width: 90%;
	}
}
@media only screen and (max-width: 370px) {
	.Bloque_Secciones_Tit{
		font-size: 20px;
	}
	.Bloque_Secciones_Tit_Linea{
		width: 90%;
	}
}

.Pleca_SubTits{
	width:90%;
	max-width: 400px;
	text-align: center;
	font-family: "Open Sans Light";
	font-size: 22px;
	background-color: #51003a;
	color: #fff;
	padding: 3px 10px;
	margin-top: 40px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
	.Pleca_SubTits{
		font-size: 20px;
		width:90%;
		max-width: 350px;
	}
}
@media only screen and (max-width: 500px) {
	.Pleca_SubTits{
		font-size: 18px;
		width:90%;
		max-width: 300px;
	}
}
@media only screen and (max-width: 370px) {
	.Pleca_SubTits{
		font-size: 16px;
		width:90%;
		max-width: 300px;
	}
}

.Boton_Secciones{
	width:80%;
	max-width:350px;
	height: 65px;
	font-size:24px;
	cursor:pointer;
	background-color: #964484;
	color: #fff;
	padding: 15px 30px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3px;
	transition: all .5s;
}
.Boton_Secciones:hover{
	background-color: #51003a;
}
.Boton_Secciones img{
	vertical-align: middle;
	margin-right: 15px;
	float: left;
}
.Boton_Secciones div{
	float: left;
}
.Bot_1_Linea_Secciones{
	width: 230px;
	margin-top: 13px;
	text-align: center;
}
@media only screen and (max-width: 1250px) {
	.Boton_Secciones{
		max-width:300px;
		height: 55px;
		font-size:22px;
		padding: 15px 15px;
	}
	.Boton_Secciones img{
		width: 50px;
	}
	#Img_Manos{
		margin-top: 12px;
	}
	.Bot_1_Linea_Secciones{
		width: 230px;
		margin-top: 13px;
	}
}
@media only screen and (max-width: 410px) {
	.Boton_Secciones{
		max-width:80%;
		height: auto;
		font-size:18px;
		padding: 15px 3%;
		text-align: center;
	}
	.Boton_Secciones img{
		width: 50px;
		float: none;
	}
	#Img_Manos{
		margin-top: 12px;
	}
	.Boton_Secciones div{
		float: none;
	}
	.Bot_1_Linea_Secciones{
		width: 100%;
		margin-top: 13px;
	}
}

/****************************Mapa******************************/

#Pleca_Mapa{
	width: 100%;
	background-color: #51003a;
	color: #fff;
	text-align: center;
	padding: 2px 0px;
	font-family: "Open Sans Light";
	font-size: 18px;
}
@media only screen and (max-width: 800px) {
	#Pleca_Mapa{
		font-size: 16px;
	}
}
@media only screen and (max-width: 550px) {
	#Pleca_Mapa{
		font-size: 14px;
	}
}
@media only screen and (max-width: 390px) {
	#Pleca_Mapa{
		font-size: 12px;
	}
}

#Mapa{
	width: 100%;
	height: 250px;
}


/****************************Footer****************************/
#Footer{
	background-color: #51003a;
	text-align: center;
	width: 100%;
	color: #fff;
	padding: 15px 0;
}

#Footer a{
	color: #fff;
	text-decoration: none;
	transition: all .5s;
}
#Footer a:hover{
	text-decoration: underline;
}

#Aviso_Privacidad{
	font-size: 24px;
}
#Copyright{
	font-size: 14px;
	margin-top: 10px;
}
@media only screen and (max-width: 1300px) {
	#Aviso_Privacidad{
		font-size: 22px;
	}
}
@media only screen and (max-width: 1160px) {
	#Aviso_Privacidad{
		font-size: 20px;
	}
	#Copyright{
		font-size: 12px;
	}
}
@media only screen and (max-width: 550px) {
	#Aviso_Privacidad{
		font-size: 18px;
	}
	#Copyright{
		font-size: 10px;
	}
}

/*****************Panel************************/

#Sistema_iframe{
	width:100%;
	height:99%;
	border:none;
	overflow:auto;
}
.Columna_Central {
	text-align:center; font-size:20px;
	background-color: #51003a;
	width: 90%;
	max-width: 875px;
	height: 80%;
	position: absolute;
	bottom: 0px;
	right: 0;
	left: 0;
	margin:0 auto;
	color: #fff;
}

.Columna_Central_2 {
	text-align:center; font-size:20px;
	background-color: #51003a;
	width: 90%;
	max-width: 875px;
	height: auto;
	bottom: 0px;
	right: 0;
	left: 0;
	margin:0 auto;
	color: #fff;
	margin-top:50px;
	padding: 40px 0px;
	padding-bottom: 0px;
}

.Fondo_Inicio {
	background-image: url(../images/Fondo_Ciudad.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position:0% 140px;
}

.Columna_Central_Pleca_Tit {
	background-color:#964484;
	color:#fff;
	padding: 15px 0px;
	width: 100%;
	max-width: 300px;
	margin-top: 40px;
	text-transform: uppercase;
}

.Columna_Central_Cont {
	margin-top: 80px;
}

.Columna_Central_Cont_Tit {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 5px;
	border-bottom: 1px solid #964484;
	font-size: 22px;
}

.Input_Panel[type=text],.Input_Panel[type=number],.Input_Panel[type=email],.Input_Panel[type=password]{
	background: transparent;
	text-align:center;
	font-size:20px;
	font-family:"Open Sans Light";
	padding:15px 10px;
	width:80%;
	max-width:400px;
	border:none;
	border-bottom: 1px solid #964484;
	color:#fff;
	margin-bottom:20px;
}
.Textarea_Panel{
	background-color:#d1d1d1;
	text-align:left;
	font-size:20px;
	font-family:"Open Sans Light";
	padding:15px 10px;
	width:80%;
	max-width:400px;
	border:none;
	border-radius:2px;
	color:#87879a;
	margin-bottom:20px;
	height:150px;
}

.recaptcha_Cont{
	width:300px;
	margin: 0 auto;
}

.Button_Panel{
	background-color:#964484;
	text-align:center;
	font-size:20px;
	font-family:"Open Sans Light";
	padding:15px 10px;
	width:90%;
	max-width:250px;
	border:none;
	border-radius:2px;
	cursor:pointer;
	color:#fff;
	transition: all .5s;
}
.Button_Panel:hover{
	background-color:#fff;
	color: #51003a;
}

.Select_Panel{
	background-color:transparent;
	text-align:center;
	font-size:20px;
	font-family:"Open Sans Light";
	padding:15px 10px;
	width:80%;
	max-width:100px;
	border:none;
	border-bottom: 1px solid #964484;
	color:#fff;
	cursor: pointer;
}
.Select_Panel_Normal{
	background-color:transparent;
	text-align:center;
	font-size:20px;
	font-family:"Open Sans Light";
	padding:15px 10px;
	max-width: 90%;
	border:none;
	border-bottom: 1px solid #964484;
	color:#fff;
	cursor: pointer;
}

.Option_Panel{
	background-color:#909090;
	font-size:20px;
	cursor: pointer;
}

.Input_Panel::-webkit-input-placeholder {
  color:#fff;
  font-size:20px;
}
.Input_Panel:-moz-placeholder {
  color:#fff;
  font-size:20px;
}
.Input_Panel:-ms-input-placeholder { 
  color:#fff;
  font-size:20px;
}
.Textarea_Panel::-webkit-input-placeholder {
  color:#87879a;
  font-size:20px;
}
.Textarea_Panel:-moz-placeholder {
  color:#87879a;
  font-size:20px;
}
.Textarea_Panel:-ms-input-placeholder { 
  color:#87879a;
  font-size:20px;
}

#Olvidaste_Password a{
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
#Olvidaste_Password a:hover{
	color:#964484;
}

.Bottom{
	position: absolute;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	left: 0;
	right: 0;
}

input[type="file"]#Input_File {
 	width: 0.1px;
 	height: 0.1px;
 	opacity: 0;
 	overflow: hidden;
 	position: relative;ition: absolute;
 	z-index: -1;
 }
label[for="Input_File"] {
 	font-size: 14px;
 	font-weight: 600;
 	color: #51003a;
 	background-color: #fff;
 	display: inline-block;
 	transition: all .5s;
 	cursor: pointer;
 	padding: 15px 15px !important;
 	text-transform: uppercase;
 	width: fit-content;
 	text-align: center;
	border-radius: 2px;
 }
label[for="Input_File"]:hover {
	color: #964484;
}

/***********************Anuncio*************************/
#Anuncio{
	width:90%;
	max-width:300px;
	position:fixed;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	top:20%;
	padding-bottom:15px;
	background-color:#fff;
	color:#000;
	font-size:16px;
	text-align:center;
	box-shadow: 0px 0px 10px #333;
	border: 1px solid #000;
	z-index:999999999999;
}
#Anuncio_Tit{
	background-color:#964484;
	color:#fff;
	font-weight:bold;
	padding: 5px 0;
	font-size:25px;
}
#Anuncio_Txt{
	margin-top:15px;
	font-size:20px;
	padding: 0 20px;
}
#Anuncio_Cerrar{
	position:absolute;
	right:0px;
	margin-top:0px;
	cursor:pointer;
	width:15px;
	height:15px;
}

/********************************Accordion*********************************************/
#Panel_Accordion{
	width:90%;
	max-width:600px;
	margin:30px auto;
	margin-bottom:60px;
}


.Acc_Btn{ font-size:16px; font-family: 'Open Sans Bold';  }

button.accordion {
	font-family: 'Open Sans';
	font-size:20px;
	border-radius:3px;
	min-height:40px;
	
	background-color:#964484;
    color: #fff;
    cursor: pointer;
	padding-top:3px;
    padding-left:18px;
	padding-right:18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
	margin-bottom:10px;
	margin-top:15px;
}

button.accordion.active{
	 border-radius: 3px 3px 0px 0px;
}

button.accordion:hover {
    color:#51003a;
}

button.accordion:after {
    content: '\2756';
    font-size: 20px;
    color: #fff;
    float: right;
    margin-left: 5px;
	margin-top:-25px;
}

button.accordion.active:after {
    content: "\2756"; color:#fff; transform:  rotate(45deg);
}

button.acc_vacio:after {
	margin-bottom:18px;
	content: "";
}

button.acc_vacio.active:after {
	content: "";
}


div.panel {
    padding: 0px 3%;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
	width:94%;
	margin-left:auto;
	margin-right:auto;
	color:#000;
	font-size:16px;
	text-align:justify;
	background-color:#E9E9E9;
	border-radius: 0px 0px 3px 3px;
	margin-top: -10px;
}

div.panel p{
	border-top: 1px solid #666666; 
}
div.panel li{
	margin-bottom:20px;
}

div.panel.show {
    opacity: 1;
    max-height: 3000px;
	padding-top: 10px;
	padding-bottom:20px;
}

@media only screen and (max-width: 670px) {
	div.panel{ 
		padding: 0px 5%;
		width: 90%;
	}
}
@media only screen and (max-width: 360px) {
	div.panel{ 
		font-size: 14px;
	}
}

.Cuadro_Info{
	width: 100%;
	max-width: 1000px;
	padding: 0;
	/*border: 2px solid #964484;*/
}
.Cuadro_Info_2{
	width: 85%;
	max-width: 500px;
	padding: 20px;
	border: 2px solid #964484;
}

.Nota_Legal{
	font-size: 14px;
}

/****************************************Tabla Amortización*******************************************/
.Cont_Tabla_Amortizacion{
	background-color: #fff;
	width: 100%;
	border: none;
	overflow: auto;
	color: #000;
}
.tr_header_Amortizacion{
	background-color: plum;
	color: #fff;
}
.tr_header_Amortizacion td{
	width: auto;
	min-width: fit-content;
	padding: 3px 5px;
}
.tr_cont_Amortizacion{
	color: #203870;
}
.tr_cont_Amortizacion td{
	width: auto;
	min-width: fit-content;
	padding: 3px 5px;
	border: solid #51003a 1px;
}

.divTable_Amortizacion{
	display: table;
	width: 100%;	
}

.divTableRowHeader_Amortizacion {
	background-color: plum;
	color: #51003a;
	display: table-row;
}
.divTableRowTotal_Amortizacion {
	background-color: #fff;
	display: table-row;
}
.divTableRow_Amortizacion {
	display: table-row;
}
.divTableHeading_Amortizacion{
	background-color: #51003a;
	display: table-header-group;
}
.divTableHead_Amortizacion,.divTableCell_Amortizacion {
	border: 1px solid #51003a;
	display: table-cell;
	padding: 3px 5px;
	width: auto;
}
.divTableHeading_Amortizacion {
	background-color: #51003a;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot_Amortizacion {
	background-color: #fff;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody_Amortizacion {
	display: table-row-group;
}