﻿*{
border:0;
margin:0;
padding:0;
}

@font-face { font-family: "chaletmedium";
 
	src: url("../fonts/chalet-webfont.eot"); 
	src: url("../fonts/chalet-webfont.eot?#iefix") format("embedded-opentype"), 
		url("../fonts/chalet-webfont.woff") format("woff"), 
		url("../fonts/chalet-webfont.ttf") format("truetype"), 
		url("../fonts/chalet-webfont.svg#chaletmedium") format("svg"); 
	font-weight: normal;
	font-style: normal; 
 }
@font-face {
    font-family: 'quicksandbold';
    src: url('../fonts/quicksand-bold-webfont.eot');
    src: url('../fonts/quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quicksand-bold-webfont.woff') format('woff'),
         url('../fonts/quicksand-bold-webfont.ttf') format('truetype'),
         url('../fonts/quicksand-bold-webfont.svg#quicksandbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'everydaytypomedium';
    src: url('../fonts/everyday_typo-webfont.eot');
    src: url('../fonts/everyday_typo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/everyday_typo-webfont.woff') format('woff'),
         url('../fonts/everyday_typo-webfont.ttf') format('truetype'),
         url('../fonts/everyday_typo-webfont.svg#everydaytypomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


.tex{
	font-size:1em;
	font-family:"Comic Sans MS",helvetica,arial;
	color:#1B3373;
	max-width:100%;
}
.in{
	background:#C0E0FF; /*	AZUL fondo recuadro  */
	border:0.1em solid #00A2E8; /*Azul + FUERTE	*/
	border-radius:0.25em;
	font-family:"Comic Sans MS",helvetica,arial;
	font-size:1em;
	color:#1B3373;
	padding:2px;
	max-width:100%;
}

.bot{
	background:#19346B;
	border-radius:.25em;
	font-family:"chaletmedium",helvetica,arial;
	font-size:1em;
	color:#fff;
	margin:0.5em auto;
	text-align:center;
	padding:.5em;
	max-width:100%;
}
.bot:hover{
	/*border:0.1em dashed #8ECCF5; /*Azul + FUERTE	*/
	background:#53BBEF;
	max-width:100%;
}



/*+++++media query+++++++*/
table{
max-width:100%;	
}
.nor{
  
  font-family:"Arial","Comic Sans MS","quicksandbold",helvetica,verdana;
  font-size:.8em;
  border: 2px dashed #8ECCF5;
  border-collapse: collapse;
  text-align:center;
  max-width:100%;
}

.nor tr, .nor td {
  border: 2px solid #8ECCF5;
  max-width:100%;
}

.tr{
	background:#19346B;
	color:#fff;
	font-size:1em;
}

/*ESTILOS TABLA PRESTAMOS*/
.tabla{
  
  font-family:"Comic Sans MS","quicksandbold",helvetica,verdana;
  font-size:.8em;
  border: 2px dashed #000;
  border-collapse: collapse;
  text-align:center;
  max-width:100%;
}

.tabla tr, .tabla td {
  border: 2px solid #000;
  max-width:100%;
}
.td{
color:#000;
}

.trt{
	font-family:"Comic Sans MS","quicksandbold",helvetica,verdana;
	background:#000;
	color:#FFF;
	font-size:1Em;
}