/*<STYLE>
	*/
	html, body{
		margin: 0;
		padding: 0;
		text-align: center;
		background-color: #003093;
		background-image: url(/imagenes/fondo_degradado_full.gif);
		background-position: center;
		background-repeat: repeat-y;
		font-family:sans-serif;
	}

	.principal{
		width:770px;
		height:100%;
		margin-top:0px;
	}

	#pagewidth{
		width:770px;
		text-align:left;
		margin-left:auto;
		margin-right:auto;
		border-color: Teal;
		background-color: White;
		border: 2px solid #C9DAFC;
		z-index:1;
		height:100%;
	}

	#header{
		top:0px
		width:850px;
		height:100%;
		position:absolute;
		background-color:#00003D;
		z-index:0;
	}

	#leftcol{
		width:270px;
		float:left;
		position:relative;
		background-color:White;
	}

	#maincol{background-color: #FFFFFF;
		float: right;
		display:inline;
		position: relative;
		width:500px;
	}

	#footer{
		height:90px;
		background-color:white;
		clear:both;
	}




		/* *** Float containers fix:
		http://www.csscreator.com/attributes/containedfloat.php *** */
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.clearfix{display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix{height: 1%;}
	.clearfix{display: block;}
	/* End hide from IE-mac */



	/*printer styles*/
	@media print{
	/*hide the left column when printing*/
	#leftcol{display:none;}
	#twocols, #maincol{width:100%; float:none;}
	}
	/*-------------------------------------------------------*/
	.cuerpotexto {
		font-family: sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #332C1D;
		text-align: justify;
	}
	.cuerpotextogrande {
		font-family: sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #332C1D;
		text-align: justify;
	}
	.azul {
		font-family: sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #003093;
		text-align: justify;
	}
	.titulosazules {
		font-family: Arial;
		font-size: 13px;
		font-style: normal;
		color: #003093;
		line-height: 15px;
	}
	.titulosazulesgrandes {
		font-family: Arial;
		font-size: 18px;
		font-style: normal;
		color: #003093;
		line-height: 15px;
	}
	.tituloscafes {
		font-family: Arial;
		font-size: 13px;
		font-style: normal;
		color: #816F46;
		line-height: 15px;
	}
	.tituloscafesgrandes {
		font-family: Arial;
		font-size: 18px;
		font-style: normal;
		color: #816F46;
		line-height: 15px;
	}
	.tituloscchicos {
		font-family: Verdana;
		font-size: 9px;
		font-weight: bold;
		color: #003093;
	}	
	.fecha {
		font-family: Verdana;
		font-size: 9px;
		font-style: normal;
		color: #C9DAFC;
		background-color: #003093;
		height:25px;
		vertical-align:top;
		text-align:right;
		padding-right:5px;
		padding-top:5px;
	}
	.menunuestraempresa{
		width:500px;
		height:18px;
		background-color:#C9DAFC;
	}
	.creditos {
		font-family: Arial;
		font-size: 9px;
		font-style: normal;
		color: #003093;
		text-align:center;
	}
	.url {
		font-family: Arial;
		font-size: 9px;
		font-style: normal;
		color: #332C1D;
	}
	.campo {
		font-family: Verdana;
		font-size: 9px;
		background-color: #FFFFFF;
	}
	.lista {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: normal;
		background-color: #D9E9D9;
	}
	A.linkmenu{
		text-decoration: none;
		color: #332C1D;
		font-family:Verdana;
		font-size: 9px;
		font-weight: bold;
	}
	A.linkmenu:link {
		color: #332C1D;
	}
	A.linkmenu:visited {
		color: #332C1D;
	}
	A.linkmenu:active {
		color: #332C1D;
	}
	A.linkmenu:hover {
		color: #003093;
	}

	A.linkmenu2:link {
		text-decoration: none;
		color: #332C1D;
		font-family:Verdana;
		font-size: 9px;
	}
	A.linkmenu2:visited {
		text-decoration: none;
		color: #332C1D;
		font-family:Verdana;
		font-size: 9px;
	}
	A.linkmenu2:active {
		text-decoration: none;
		color: #332C1D;
		font-family:Verdana;
		font-size: 9px;
	}
	A.linkmenu2:hover {
		text-decoration: none;
		color: #003093;
		font-family:Verdana;
		font-size: 9px;
	}


	.boton {
		background-color: #003093;
		color: white;
		font-size: 7pt;
		font-family: Verdana;
		font-weight: bold;
	}	
	
.campotexto{
	font-family: Verdana;
	font-size: 9px;
	background-color: #C9DAFC;
}
	
textarea {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	background-color: #C9DAFC;
}
select {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	background-color: #C9DAFC;
}

	#content {
		background: whitesmoke;
		border: 1px solid darkblue;
		voice-family: inherit;
		margin-left: 10px;
		margin-right: 10px;
		font-size: 11px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		/*		margin-top: 10px;*/
	}
	/*
</STYLE>
*/



