/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #000000;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(images/bg_grad.png);
}

h1, h2, h3 {
	color: #B13413;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
	list-style:none;
	
}



a:link {
	text-decoration: none;
	color: #3284B5;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666666;
}

a:hover {
	border: none;
}

img {
	border: none;
	float:left;
	
}

/* Header */

#header {
	width: 800px;
	height: 150px;
	background: url(images/img1.jpg) no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 140px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 800px;
	height: 30px;
	margin: 0 auto;
	background: url(images/img2.png);
	background-color: #333333;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#menu a:hover, #menu .active a {
	background: url(images/img3.png);
	color: #FFFFFF;
}


/* Content */

#tabla {
	border:none;
	width:100%;
	height:auto;
}
	#celdainicio {
		width:22%;
		text-align:left;
		}
	#celda {
		width:66%;
		text-align:center;
		}
	#celdafin {
		width:22%;
		text-align:right;
		}
		
		
#content {
	width: 800px;
	margin: 0 auto;
	background-image: url(images/img4.png);
}

#colOne {
	float: right;
	width: 175px;
	padding: 20px 10px 0 10px;
}

#colTwo {
	float: right;
	width: 410px;
	height:auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
	#colTwo ul{
	display:block;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #eeeeee;
	float: right;
	width: 400px;
		}
			#colTwo li{
			display:block;
	float:left;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 1px;
			}
				#colTwo li a{
			
					list-style:none;
					display:block;
					font-size:11px;
					text-decoration:none;
					padding:5px 5px 5px 15px;
				}
					#colTwo li a:hover{
						color:#fff;
						text-decoration:none;
					}
				#colTwo li .current{
					list-style:none;
					display:block;
					color:#fff;
					font-size:11px;
					text-decoration:none;
					padding:5px 5px 10px 15px;
				}
			
#colThree {
	height: 25px;
	float: left;
	width: 140px;
	font: small Verdana,sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	
	}	
		#colThree ul{
		margin: 0;
	padding: 0;
	list-style: none;
		}
			#colThree li{
					
			}
				#colThree li a{
					list-style:none;
					display:block;
					background:#ede0c5 url(images/menu_006_bg.jpg) repeat-y left;
					color:#eeeeee;
					text-transform:uppercase;
					font-size:11px;
					text-decoration:none;
					padding:5px 5px 10px 15px;
				}
					#colThree li a:hover{
						background:#ede0c5 url(images/menu_006_h.jpg) repeat-x top;
						color:#fff;
						text-decoration:none;
					}
				#colThree li .current{
					list-style:none;
					display:block;
					background:#f7941d url(images/menu_006_h.jpg) repeat-x top;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					text-decoration:none;
					padding:5px 5px 10px 15px;
				}
				
/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #666666;
}
