@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin:0 0 0 0;
	}
	
h1  {
	font-size: 20px;
	color: #FF9900;
	}
	
h1 a:link{
	color: #FF9900;
	text-decoration: none;
	}
	
h1 a:hover {
	color: #FF9900;
	text-decoration: underline;
	}
	
h1 a:visited {
	color: #FF9900;
	}
	
h2  {
	font-size: 16px;
	color: #FFCC00;
	}
	
h2 a:link{
	color: #FFCC00;
	text-decoration: none;
	}
	
h2 a:hover {
	color: #FFCC00;
	text-decoration: underline;
	}
	
h2 a:visited {
	color: #FFCC00;
	}

h3  {
	font-size: 14px;
	color: #CCCCCC;
	}
	
h3 a:link{
	color: #CCCCCC;
	text-decoration: none;
	}
	
h3 a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	}
	
h3 a:visited {
	color: #CCCCCC;
	}


body {
	background: url('images/bg.jpg') no-repeat;
	background-attachment: fixed;
	background-position: 50% 0%;
	margin: 0;
	padding: 0; 
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#page {
	margin: 0px auto;
	padding: 0;
	width: 800px;
}


#header {
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

#headerimg {
	background: url('images/top1.gif') 50% 0 no-repeat;
	margin: 0 auto;
	height: 85px;
	padding: 0 0 10px 0;
	text-align: center;
}
	
#contenido {
	border: 1px solid #999;
    margin: 0 auto;
    width: auto;
    height:auto;
}

.izquierda{
	width:225px;
    height:100%;
    margin:0 0 0 5px;
    float:left;
    padding:5px;
}

.izquierda1{
	width:225px;
    height:100%;
	vertical-align: middle;
	margin:0 0 0 5px;
    float:left;
    padding:5px;
}

.derecha{
    width:225px;
    height:auto;
    margin:0 5px 0 0;
    float:right;
    padding:5px;
}

.derecha1{
    width:500px;
    height:auto;
    margin:0 5px 0 0;
    float:right;
    padding:5px;
}

.principal{
    width:292px;
    height:auto;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
    margin:0 5px 0 240px;
    padding:5px;
}

.principal ul {
	padding:0;
	margin:15px;
	text-align: justify;
	line-height: 16px;
	white-space:normal;
}

.principal1{
    width:3px;
    height:auto;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
    margin:0 5px 0 240px;
    padding:5px;
}

.linea {
	margin-top:0;
}

.image {
	border: 1px #999;
}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999;
	background: #990000;
}

