/* PARAMETROS GENERALES */
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #464646;
}
h1 {
	font-size: 17px;
	color: #000;
	text-transform: capitalize;
}

strong {
	color: #CC0000;
	line-height: 12px;
}
ul {
	padding-top: 1px;
}
li {
	list-style-type: square;
	list-style-image: url(../images/li_vineta.gif);
	list-style-position: outside;
}
em {
	color: #CC0000;
	font-weight: normal;
}



/* PARA PLANTILLA */
#border_img {
	border: 1px solid #CCCCCC;
	width: 150px;
}
#bg_tope {
	background-image: url(../images/top_bg.gif);
	height: 51px;
}
#bg_menu {
	background-image: url(../images/bg_menu.gif);
	height: 48px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6CAFDC;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #BD1820;
}
#bg_titulo {
	background-image: url(../images/laser_bg.gif);
	height: 45px;
}
#z_over_bodytext {
	background-color: #FFFFFF;
	background-image: url(../images/in_main_bg.jpg);
	background-repeat: repeat-x;
}
#z_bodytext {
	/* background-image: url(../images/in_main_bg_text.jpg); */
	text-align: justify;
	line-height: 13px;
	background-repeat: no-repeat;
	background-position: left top;
}
#z_bodytext strong {
	color: #CC0000;
	line-height: 12px;
}
#bg_right {
	background-image: url(../images/bg_right.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#tabla_principal {
	width: 700px;
	background-image: url(../images/bg_principal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#tabla_principal_portada {
	width: 700px;
	background-image: url(../images/bg_principal_portada.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 321px;
}
#submenu a, #submenu a:link, #submenu a:active {
	font-weight: bold;
	color: #C62B3B;
	text-decoration: none;
}
#submenu a:hover {
	font-weight: bold;
	color: #6CAFDC;
	text-decoration: none;
}
