* {
		padding: 0;
		margin: 0;
}

body {
		text-align: center;
		font-family: Trebuchet MS, Verdana, Arial, Serif;
}

#todo {
		width: 100%;
		text-align: left;
		margin: auto;
}

#header {
		width: 100%;
		height: 79px;
		background: url('../images/header/bg_header.jpg') repeat-x;
		overflow: hidden;
/*		cursor: hand;*/
}

	#htitle {
			width: 513px;
			height: 55px;
			padding-top: 100px;
			overflow: hidden;
			background: url('../images/header/logo.jpg') no-repeat;
			margin-top: 18px;
			float: left;
			display: inline;
			margin-left: 240px;
	}
	
	#hsubtitle {
			width: 176px;
			height: 52px;
			background: url('../images/header/subtitle.jpg') no-repeat 0px 15px;
			padding-top: 80px;
			margin: 0px 0 0 850px;
	}
		
#menu {
		text-align: left;
		height: 46px;
		margin-left: 250px;
}

#todo>#menu {
		overflow: hidden;
}

#menu ul {
		margin-top: 10px;
}

#menu ul li {
		display: inline;
		margin-right: 18px;
		text-align: center;
}

#menu ul li a {
		color: #343434;
		font-size: 13px;
		text-decoration: none;
		font-weight: bolder;
}

#menu ul li a:hover {
		border-bottom: 3px solid #ff6600;
}

#principal_cont {
		width: 100%;
		background: #395972 url('../images/varios/bg_principal.jpg') repeat-x;
}

#principal_cont .colscont {
		width: 760px;
		margin: auto;
		padding-top: 25px;
}

#tith2 {
		background: url('../images/titulares/cont_title_bg_460.jpg') no-repeat left;
}

#homeh2 {
		width: 460px;
		height: 28px;
		font-size: 13px;
		color: #ffffff;
		overflow: hidden;
		text-align: left;
}

#homeh2 span {
		display: block;
		margin-top: 5px;
}

#leftcol {
		width: 378px;
 		background: url('../images/varios/leftcol_bg.jpg') repeat-y; 
		float: left;
		display: inline;
/*		border-top: solid 2px #274053; */
}

#leftcol .cont, #rightcol .cont {
		height: 437px;
		background: url('../images/varios/leftcol_bot.jpg') no-repeat bottom;
}

#leftcol img.fotocol, #rightcol img.fotocol {
		display: block;
		margin: auto;
		padding-top: 10px;
}

.botoncol1 {
		width: 365px;
		height: 81px;
		background: url('../images/botones/boton.jpg') no-repeat;
		margin: auto;
		margin-top: 5px;
		overflow: hidden;
}

.botoncol1 p {
	margin-right: 20px;
	padding-top: 20px;
	padding-left: 10px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	float: left;
	line-height: 14px;
}

.botoncol1 a {
		display: block;
		width: 365px;
		height: 81px;
		text-decoration: none;
		color: #2e4b62;
		font-size: 12px;
}

.botoncol1 a img {
		margin: 5px 0 0 15px;
		border: 0;
		float: left;
}

.botoncol1 a span {
		display: block;
		text-align: right;
		padding-right: 23px;
		background: url('../images/bullets/bullet1.jpg') no-repeat 290px 62px;
		padding-top: 57px;
}

#rightcol {
		width: 378px;
 		background: url('../images/varios/leftcol_bg.jpg') repeat-y; 
		margin-left: 379px;
		position: relative;
/*		border-top: solid 2px #274053; */
		left: -4px;
}

#cols>#rightcol {
		left: -1px;
}

#footer {
		height: 173px;
		background: url('../images/varios/footer_bg.jpg') repeat-x;
		text-align: center;
		overflow: visible;
}

#footer #ft1 {
		font-family: Georgia, serif;
}

#footer #ft1cont {
		color: #589bbc;
		font-style: italic;
		height: 93px;
		padding-top: 40px;
		width: 500px;
		margin: auto;
}

#ft1cont .right {
	margin-top: 35px;
	right: 30px;
	position: relative;
}

#ft1cont .left {
	position: relative;
	top: -17px;
	left: 10px;
}

#ft2 {
		color: #cccccc;
		font-size: 12px;
		text-align: right;
		width: 740px;
		padding-top: 15px;
		margin: auto;
}

#ft2 a {
		color: #406989;
		text-decoration: none;
}

#cols {
			border-top: solid 2px #274053;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.left {
	float: left;
}

.right {
	float: right;
}

.ruta {padding-left: 10px;}
