/*inicio estilos comunes*/
body
{
	background: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #252525;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DDD;
	line-height: 17px;
}
h1
{
	font-size: 14px;
	color: #FFF;
	line-height: 17px;
	margin: 0 0 15px 0;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #999;
} 
h2
{
	font-size: 14px;
	color: #093;
	line-height: 17px;
	margin: 0;
	font-weight: bold;
}
h3
{
	font-size: 12px;
	color: #000;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
}
/* formulario */
.formulario
{
	margin: 0;
	padding: 0;
}
.input_text
{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #444;
	background-color: #CCC;
	height: 20px;
	color: #111;
	font-size: 12px;
}
.textarea
{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #444;
	background-color: #CCC;
	color: #111;
	font-size: 12px;
}
.input_button
{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #444;	
	background-color: #555;
	color: #FFF;
	height: 20px;
	font-size: 12px;
	cursor: pointer;
}
/* Fin formulario */
.texto
{
	font-size: 12px;
	color: #DDD;
	line-height: 17px;
}
.texto_chico
{
	font-size: 11px;
	color: #CCC;
	line-height: 16px;
}
.texto_pie
{
	font-size: 10px;
	color: #999;
	line-height: 16px;
}
.link_pie
{
	font-size: 10px;
	color: #999;
	line-height: 16px;
	text-decoration: none;
}
a.link_pie:hover
{
	color: #AAA;
	text-decoration: underline;
}
.principal
{
	 width: 770px;
}
.contenido
{
	 background-color: #666;
	 width: 760px;
}
.contenido_izq
{
	width: 229px;
}
.contenido_der
{
	width: 531px;
	padding: 20px;
}
.sombra_left
{
	background: url(img/sombra_left.jpg);
	width: 5px;
	background-repeat: no-repeat;
	background-position: top;
}
.sombra_right
{
	background: url(img/sombra_right.jpg);
	width: 5px;
	background-repeat: no-repeat;
	background-position: top;
}
.img
{
	border: 1px solid #DDD;
}
