/* CSS Document */

*,html{
	padding: 0px;
	margin:0px;
}

body {
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #000000;
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p{
	font-size:1.2em;
	color:#393838;
	text-align:justify;
	margin-bottom:15px;
	line-height: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#393838;
	line-height:14px;
}

h1{
	font-family:"Arial Narrow", Arial, Verdana;
	font-size:3.9em;
	color:#FFFFFF;
}
h2{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:1.9em;
	font-weight:bold;
	color:#000000;
	margin-bottom:5px;
	margin-top:-5px;
}
h3{
    background-image:url(../images/h3.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	color:#FFFFFF;
	padding-left:20px;
	height:28px;
	line-height:28px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#000000;
}
h4{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:1.3em;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(../images/doble-punto.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:12px;
	margin-top:15px;
}
.salto{
	float:left;
	clear:both;
}


#cuerpo{
	width:950px;
	margin:auto auto;
}
#cabecera{
	width:950px;
	height:136px;
	float:left;
	background-image:url(../images/data-cabecera-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#cabecera p{
	color:#FFFFFF;
	float:right;
	margin-top:40px;
	margin-right:450px;
	clear:right;
	text-align:right;
	font-size:1.4em;
	font-weight:bold;
	line-height:20px;
}

#menu{
	width:950px;
	height:50px;
	float:left;
	margin-top:12px;
}
#menu ul{
	list-style-type: none;
	float:left;
	margin-left:2px;
}
#menu ul li{
	display: inline;
	margin-right: 5px;
	width:112px;
	height:46px;
	float:left;
}
#menu ul li a{
	font-family:"Arial Narrow", Arial, Verdana;
	font-size:14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-image:url(../images/menu-off.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:112px;
	height:46px;
	float:left;
	padding-left:7px;
	padding-top:6px;
}
#menu ul li a:hover{
	color:#FFFFFF;
	background-image:url(../images/menu-on.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
#contenedor{
	width:950px;
	float:left;
	margin-top:-8px;
}
#contenido{
	background-color:#505050;
	width:950px;
	float:left;
	margin-top:0px;
}
#separador{
	width:950px;
	float:left;
}
#col1{
	width:420px;
	float:left;
	margin-left:25px;
	margin-top:25px;
	display:inline;
	margin-bottom:20px;

}
#col1 img{
	width:405px;
	height:207px;
}
#col1 p{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:1.3em;
	color:#FFFFFF;
	text-align:justify;
	margin-top:10px;
	margin-left:13px;
	line-height:1.5em;

}
#col1 ul{
	width:400px;
	float:left;
	padding-left:10px;
	margin-bottom:20px;
}
#col1 ul li{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:1.3em;
	color:#FFFFFF;
	text-align:justify;
	margin-top:5px;
	xbackground-image:url(../images/punto.jpg);
	background-repeat:no-repeat;
	background-position:left 2px;
	list-style-image: none;
	list-style-type: none;
	list-style:disc;
	margin-left:16px;
	margin-bottom:0px;
}
#col2{
	width:420px;
	float:right;
	margin-right:25px;
	margin-top:25px;
	display:inline;
	margin-bottom:20px;		
}
#col2 p{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:1.3em;
	color:#FFFFFF;
	text-align:justify;
	margin-top:10px;
	padding-left:4px;
	padding-right:5px;
	line-height:1.5em;
}
#col2 ul{
	width:400px;
	float:left;
	padding-left:10px;
	margin-bottom:20px;
}
#col2 ul li{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:1.3em;
	color:#FFFFFF;
	text-align:justify;
	margin-top:5px;
	xbackground-image:url(../images/punto.jpg);
	background-repeat:no-repeat;
	background-position:left 2px;
	list-style-image: none;
	list-style-type: none;
	list-style:disc;
	margin-left:16px;
	margin-bottom:0px;
}
.images{
	background-image:url(../images/image-bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:6px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}











