/* CSS Document */
/*Neutralizando elementos*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {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{color:#000;text-align:left;margin:0px;}
img {border: none;text-decoration: none;}
* {margin:0px ; padding:0px ; border: 0px} 
/*Fin de la neutralizacion*/




h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color:#660000 ; text-decoration:none
}

a:hover {
	text-decoration:underline ; color:#990000
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}
/*p es para dar propiedad a los parrafos*/
p {text-align: left}

body {text-align: center}

#cabecera { background-color: #ecb802; height: 115px;
	background: url(imagenes/3fondo.JPG) repeat-x;} 

#navegacion {background-color:#850909; background-image:url(imagenes/fondo.JPG); background-repeat:repeat-x; height:80px}
#navegacion_2 { text-align:right ; margin: 0px 15px 0px 0px}

#contenido {background-color:#FFFFFF ; float:left}
#contenido p {padding: 5px 10px 5px 10px; text-align:center; text-indent: 15px}
/*text-indent sirve para darle sangria a la primer parte del parrafo*/

/*margin-right da margen al texto que esta a la derecha del div*/


#global { margin: 0px 0px 0px 0px}

#pie {
	clear: both;
	margin: 0px auto;
	height: 80px;
	background: url(imagenes/fondo.JPG) repeat-x;
	text-align: center;
}

/*contemido*/
#content {
	width: 778px;
	margin: 0px auto;
	padding: 40px 0px 20px 0px;
}

#columnA {
	float: right;
	width: 538px;
	padding-left: 20px;
	border-left: 2px dashed #c15818;
}

#columnA h2 {
	height: 22px;
	border-bottom: 2px dashed #c15818;
	font-size: 12pt;
	font-weight: bold;
}

#columnB {
	float: left;
	width: 200px;
}

#columnB h3 {
	height: 22px;
	border-bottom: 1px dashed #c15818;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

