/* inicio estilos comunes */
body
{
	margin: 0 0 3px 0;
	background: url(img/bg.jpg) repeat-x;
	background-color: #F3F8FD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 20px;
}
#header
{
	background: url(img/ivan-blazquez.jpg) no-repeat;
	height: 204px;
}
#submenu
{
	float: right;
	padding: 5px 5px 0 0;
}
#submenu a
{
	color: #555;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
#submenu a:hover
{
	color: #999;
}
h1, .item_h1
{
	color: #060;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	background-image: url(img/titulo_002.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #7FCC7F;
	border-left: 1px solid #060;
	width: 99%;
	height: 20px;
	padding-left: 10px;
}
h2, .item_h2
{
	color: #F60;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	background-image: url(img/titulo_001.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #FFCC7F;
	border-left: 1px solid #F60;
	width: 99%;
	height: 20px;
	padding-left: 10px;
}
h3, .item_h3
{
	color: #006;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	background-image: url(img/titulo_003.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #7F99CC;
	border-left: 1px solid #006;
	width: 99%;
	height: 20px;
	padding-left: 10px;
}
p
{
	margin: 0;
}
.linea
{
	width: 100%;
	height: 1px;
	background: url(img/linea.jpg) repeat-x;
	margin: 10px 0 10px 0;
}
.clear
{
	clear: both;
}
.texto
{
	color: #666;
	font-size: 12px;
	line-height: 15px;
}
.texto_negrita
{
	color: #333;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
}
.texto_chico
{
	color: #999;
	font-size: 11px;
}
.texto_pie
{
	color: #3271A3;
	font-size: 10px;
}
a.link_comun:link,a.link_comun:visited,a.link_comun:active
{
	color: #060;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	text-decoration: none;
}
a.link_comun:hover
{
	color: #7FCC7F;
}
a.link_pie:link,a.link_pie:visited,a.link_pie:active
{
	color: #3271A3;
	font-size : 10px;
	text-decoration: none;
}
a.link_pie:hover
{
	color: #B1D7EB;
	font-size : 10px;
	text-decoration: none;
}
.titulo_auxiliar
{
	line-height: 20px;
}
.item_texto
{
	color: #333;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 15px;
	margin: 0;
	font-weight: normal;
}
.item_negrita
{
	color: #060;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 17px;
	margin: 0;
	font-weight: normal;
}
.item_chico
{
	color: #F60;
	font-size: 12px;
	font-weight: bold;
}
a.item_link:link,a.item_link:visited,a.item_link:active
{
	color: #090;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 17px;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}
a.item_link:hover
{
	color: #355D85;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 17px;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}
.formulario
{
	margin: 0;
	padding: 0;
}
.input_text
{
	border: 1px solid #CCC;
	background-color: #FFF;
	height: 22px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.textarea
{
	border: 1px solid #CCC;
	background-color: #FFF;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.input_button
{
	border: 1px solid #FFCC7F;
	border-right: 1px solid #F60;
	background-color: #FFCC7F;
	color: #F60;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
}
/* fin estilos comunes */


/* inicio estilos especiales */
.principal
{
	width: 768px;
	height: 100%;
	background-color: #FFF;
	border-left: 1px solid #B1D7EB;
	border-right: 1px solid #B1D7EB;
}
.top
{
	width: 100%;
	height: 204px;
	background-image: url(img/top_der.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.menu_celda
{
	width: 100%;
	height: 45px;
	background-image: url(img/menu_bg.jpg);
	background-repeat: no-repeat;
}
.contenido
{
	width: 100%;
	height: 100%;
	padding: 40px 20px 20px 20px;
}
.contenido_auxiliar
{
	padding: 20px 10px 10px 10px;
}
.bottom
{
	height: 26px;
	background-color: #F3F8FD;
}
.menu_bajo_bg
{
	width: 100%;
	height: 26px;
	background-image: url(img/pie_bg.jpg);
	background-repeat: repeat-x;
}
.pie
{
	width: 768px;
	height: 20px;
	background-color: #F3F8FD;
	margin: auto;
	margin-top: 5px;
}
.menu_bajo
{
	width: 123px;
	height: 26px;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	display: block;
}
a.menu_bajo:link, a.menu_bajo:active, a.menu_bajo:visited
{
	color: #DDEEF7;
}
a.menu_bajo:hover
{
	color: #FFF;
}
.menu_bajo_padding
{
	padding-top: 3px;
}

/* inicio botones */
.menu
{
	width: 128px;
	height: 45px;
}
.menu_link
{
	width: 128px;
	height: 45px;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
a.menu_link:link, a.menu_link:active, a.menu_link:visited
{
	color: #FFF;
}
a.menu_link:hover
{
	color: #2C5885;
	background: url(img/menu_over.jpg) 0 0;
}
.menu_auxiliar
{
	padding-top: 14px;
}
.menu_auxiliar2
{
	padding-top: 7px;
}
/* fin botones */
/* fin estilos especiales */

/* Galerķas */
.gal_img
{
	margin: 10px;
	border: 1px solid #3497CB;
}
#gal_contenedor
{
}
.gal_separador
{
	height: 25px;
}
.gals_desc
{
	color: #666;
	font-size: 12px;
	line-height: 15px;
	padding: 10px 0 15px 0;
}
.borde_img
{
	margin: 0 15px 0 15px;
	border: 1px solid #3497CB;
}
.diplomas_img
{
	margin: 10px;
	border: 1px solid #3497CB;
}
.diplomas
{
	padding: 40px 0 20px 0;
}
.texto_presentacion
{
	font-size: 17px;
	line-height: 15px;
	color: #F60;
	text-align: center;
	padding: 40px 0 20px 0;
}
.comentario_img
{
	font-size: 12px;
	line-height: 15px;
	color: #777;
}