@charset "utf-8";
/* CSS Document */


/* TODOS LOS NAVEGADORES MODERNOS*/
@font-face{
font-family:'Calibri';
src: url('CALIBRI.TTF') format('opentype');
}
</style>

/* PARA INTERNET EXPLORER*/
<!--[if IE]>
<style type="text/css" media="screen">
@font-face{
font-family:'mycalibri';
src: url('mycalibri.eot');
}



.Estilo1 {
	font-family: Calibri,Trebuchet MS, Helvetica;
	font-weight: bold;
	font-size: 10px;
}
.Estilo4 {
	font-family: Calibri,Trebuchet MS, Helvetica;
	font-size: 10px;
	color: #000066;
}

.input {width:550px; height:20px;BORDER-BOTTOM-COLOR: #000000; BORDER-BOTTOM-WIDTH: 1px; BORDER-LEFT-COLOR: #000000; BORDER-LEFT-WIDTH: 1px; BORDER-RIGHT-COLOR: #000000; BORDER-RIGHT-WIDTH: 1px; BORDER-TOP-COLOR: #000000; BORDER-TOP-WIDTH: 1px; FONT-FAMILY: Calibri,Trebuchet MS, Helvetica; FONT-SIZE: 13px
}

.cuerpo {FONT-FAMILY: Calibri,Trebuchet MS, Helvetica; FONT-SIZE: 13px; color: #004080}
.Estilo5 {
	font-weight: bold;
	font-family: Calibri,Trebuchet MS, Helvetica;
}

.Estilo6 {color: #000066}
body,td,th {
	font-family: Calibri,Trebuchet MS, Helvetica;
	font-size: 12px;
}
.Estilo7 {
	FONT-FAMILY: Calibri,Trebuchet MS, Helvetica;
	FONT-SIZE: 18px;
	color: #004080;
	font-weight: bold;
}



fieldset {
    border: none;
	
}

label
{
    font-family: Helvetica,arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #666;
}

input[type="text"]
{
    border:1px solid #CCCCCC;
    color:#516064;
    font-family: Helvetica,arial,sans-serif;
    font-size:16px;
    margin-bottom:20px;
    padding:8px;
    width:400px;
}




