@charset "utf-8";

body {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444;
	}

@font-face {
  font-family: 'Viner';
  src: local('Viner'),
       local('Viner Hand'),
       local('Viner Hand ITC'),
       url(../wf/Viner.ttf) format('truetype');
}

.viner {
    font-family: 'Viner';
	font-weight:bold;
	color: #DF0101;
	font-size: 1.1em;
}

.viner2 {
    font-family: 'Viner';
	font-weight:bold;
	font-size: 1em;
}
	
tr:nth-child(even){
    background: #FFFFFF;
}

table{
    border-collapse: collapse;
    border: none;
}

.logo img { 
		max-width:100%;
		height:auto;	
		text-align: center;
        }
		
.peq {
	font-size: 0.6em;
	}
	
.peq a {
	text-decoration:none;
}
	
.peq_d {
	font-size: 0.6em;
	text-align: right;
	margin-right: 10px;
	}

.med {
	font-size:0.8em;
}
	
.big {
	  font-size:1.6em;
	  font-weight:bold;
	  color: #DF0101;
	}
	
h2 {
	  font-size:1.1em;
	  font-weight:bold;
	  color: #F98B22;
	}
	
.text1 {
	font-size:1.1em;
	font-weight:bold;
}

.text2 {
	text-align:justify;
	font-weight:bold;
	font-style:italic;
	}

.izq {
	text-align:justify;
}

.izq1 {
	text-align:justify;
	font-weight:bold;
}

.der {
	text-align:right;
	font-weight:bold;
}
	
.text3 {
	text-align:justify;
}	

.text3 a {
	text-decoration:none;
}

.text5 {
	font-weight:bold;
	}

.text5 a {
	text-decoration:none;
}
	
.custom-corners .ui-bar {
	-webkit-border-top-left-radius: inherit;
	border-top-left-radius: inherit;
	-webkit-border-top-right-radius: inherit;
	border-top-right-radius: inherit;
}

.custom-corners .ui-body {
	border-top-width: 0;
	-webkit-border-bottom-left-radius: inherit;
	border-bottom-left-radius: inherit;
	-webkit-border-bottom-right-radius: inherit;
	border-bottom-right-radius: inherit;
}
