body 
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	
	font-family: Arial, san-serif, Helvetica, Verdana;
	font-size: 12px;
	color: #333;
	line-height: 17px;
	text-align: left;
}
#general
{
	width: 100%;
	height: 100%;
}
#bg
{
	width: 770px;
	height: 100%;
	background: url(img/bg.jpg) repeat-y;
}
#izquierda
{
	width: 569px;
	height: 100%;
	float: left;
}
#derecha
{
	width: 201px;
	height: 100%;
	float: right;
	padding: 5px 0 5px 0;
}
.clear
{
	clear: both;
}
#contenido
{
	height: 100%;
	padding: 30px;
}
#contenido_derecho
{
	padding: 0 10px 0 0;	
}
#contenido_derecho .box
{
	border: 1px solid #C0DFE9; 
	background-color: #DBEDF2; 
	margin: 10px; 
	padding: 10px 0 10px 0;
}
#contenido_derecho .txt
{
	color: #063960;
	font-size: 14px;
	font-weight: bold;
}
.contenido_izquierdo
{
	padding: 0 10px 0 10px;	
}
#bottom
{
	width: 744px;
	font-size: 10px;
	color: #666;
	background-color: #FFF;
	border-top: 1px solid #8ABCD4;
	overflow: hidden;
}
#bottom_1
{
	width: 50%;
	float: left; 
	padding-left: 15px;
}
#bottom_2
{
	width: 45%;
	float: right; 
	padding-right: 15px;
}
h1
{
	color: #FFF;
	font-size: 13px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.h1_bg
{
	width: 100%;
	height: 27px;
	padding: 4px 0 20px 10px;
	background: url(img/titulo_bg.jpg) repeat-x;
}
h2
{
	color: #063960;
	font-size: 14px;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: bold;
}
h3
{
	color: #333;
	font-size: 13px;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.txt_comun
{
	font-size: 12px;
	color: #333;
	line-height: 17px;
}
.txt_negrita
{
	font-size: 12px;
	color: #063960;
	line-height: 17px;
}
.txt_copy
{
	font-size: 10px;
	color: #036;
}
.txt_pie
{
	font-size: 10px;
	color: #777;
}
.txt_chico
{
	font-size: 11px;
	color: #666;
}
a.link_comun:link,a.link_comun:visited,a.link_comun:active
{
	font-size: 12px;
	color: #0346AF;
	text-decoration: none;
	font-weight: bold;
}
a.link_comun:hover
{
	color: #0467FB;
	text-decoration: underline;
}
a.link_chico:link,a.link_chico:visited,a.link_chico:active
{
	font-size: 11px;
	color: #444;
	text-decoration: none;
}
a.link_chico:hover
{
	color: #777;
	text-decoration: underline;
}
a.link_pie:link,a.link_pie:visited,a.link_pie:active
{
	font-size: 10px;
	color: #777;
	text-decoration: none;
}
a.link_pie:hover
{
	color: #BBB;
	text-decoration: underline;
}
hr
{
	border: 1px solid #DDD;
}
.img
{
	border: 1px solid #369;
	padding: 5px;
	margin: 3px;
}
.linea
{
	width: 100%;
	height: 1px;
	background: url(img/linea.jpg) repeat-x;
	margin: 10px 0 10px 0;
}
.separador
{
	width: 100%;
	height: 7px;
	background: url(img/separador.jpg) repeat-x;
	margin: 30px 0 20px 0;
}
ul
{
	color: #369;
	font-size: 12px;
	list-style: circle;
}
p
{
	margin: 0;
	padding: 0;
}
a#firma:link, a#firma:active, a#firma:visited, a#firma:hover
{
	font-size: 11px;
	letter-spacing: 2px;
	font-family: Arial, san-serif, Helvetica, Verdana;
	text-decoration: none;
}
#firma1
{
	color: #F90;
}
#firma2
{
	color: #39C; 
}
#firma3
{
	font-size: 9px;
	color: #666;
}
/* inicio formulario*/
.formulario
{
	margin: 0;
	padding: 0;
}
.input_text
{
	border: 1px solid #063960;
	background-color: #FFF;
	height: 20px;
	color: #063960;
	font-size: 12px;
	font-family: Arial, san-serif, Helvetica, Verdana;
}
.textarea
{
	border: 1px solid #063960;
	background-color: #FFF;
	color: #063960;
	font-size: 12px;
	font-family: Arial, san-serif, Helvetica, Verdana;
}
.input_button
{
	border: 1px solid #063960;	
	background-color: #C0DFED;
	color: #036;
	height: 20px;
	font-size: 11px;
	cursor: pointer;
	font-family: Arial, san-serif, Helvetica, Verdana;
}
/* fin formulario*/

