/* ************************* RESETEO DE CSS **********************  */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* **************************** BODY HTML ******************************** */
* {
	font-family: "Trebuchet MS", Georgia, Times, serif;
}
body, html {
	background-color: #C0C7CA;
	height: 100%;
	font-size: 14px;
}
/* ****************** CAJAS ************************ */
#c_ppal {
	text-align: left;
	padding: 0px;
	border:1px solid #000000;
	width: 740px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url(images/col_izq.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#c_izq {
	float: left;
	width: 248px;
	background-color: #004562;
	height: 100%;
}
#c_dch {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 492px;
	height: 100%;
}
#c_sup_gris {
	font-size: 24px;
	color: #C8C8C8;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	width: auto;
	height: 40px;
	background-color: #EEEEEE;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#c_contenido {
	padding: 10px;
}
#c_contactar {
	color: #006699;
	background-color: #E8F8FF;
	padding: 10px;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #006699;
}
/* ************************* ENLACES ************************ */
a.e1:link, a.e1:visited, a.e1:active {
	color: #CDE5EF;
	text-decoration: none;
}
a.e1:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
a.e2:link, a.e2:visited, a.e2:active {
	color: #0000FF;
	text-decoration: none;
}
a.e2:hover {
	color: #0000FF;
	text-decoration: underline;
}
/* ************************* TEXTOS ****************************** */
h1 {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #CC0000;
}
h2 {
	font-size: 18px;
	margin-bottom: 5px;
	color: #FF6600;
	text-decoration: underline;
}
.p_txt_menu {
	width: 244px;
	color: #FFFFFF;
	font-size: 16px;
	margin: 0px;
	background-color: #3B6E84;
	padding: 2px;
}
.p_txt_menu2 {
	width: 248px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.p_txt_0 {
	font-size: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
.p_txt_1 {
	font-size: 12px;
	margin-bottom: 10px;
	text-align: justify;
}
/* *************************** IMAGENES ***************************** */
.pin1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 10px;
}
.pin2 {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
/* ******************** LISTAS *********************************** */
.ul_1 {
	font-size: 12px;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
	text-align: justify;
}
.li_1 {
	margin-bottom: 5px;
}
