﻿/**** GENERAL 
*************/
* {	margin:0;	padding: 0; }

body {
	background-color: #D2D0C3;
	color: #000;
	font: 80% Arial, Helvetica, sans-serif;
	text-align: left;
}

h1 {
	color: #0C4E83;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	letter-spacing: -1px;
}

h2 {
	color: #0C4E83;
	font-size: 1.3em;
	margin-bottom: 20px; }

h3 {
	color: #0C4E83;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em; }

img { border: 0; }

h1, h2, h3, p, ul, ol, table { margin-bottom: 15px; }

ul li {
	list-style-image: url(../imagenes/ico_li.png);
	margin-bottom: 5px; }

ul, ol { padding-left: 15px; }

ul li, ol li {
	list-style-position:outside;
	margin-left: 18px; }

/******************* MAQUETACION  
*********************************/
#container {
	margin: 0 auto;
	text-align: left;
	width: 820px;
	background-image: url(../imagenes/fd_page.jpg);
	background-position:center 150px;
	background-attachment: inherit;
	background-repeat: repeat-y;
}

#header {
	background-color: #D2D0C3;
	background-image:url(../imagenes/fd_header.jpg);
	background-position: center bottom;
	height: 150px;
	text-align: center; }

#colIzq {
	color: #FFF;
	float: left;
	height: 625px;
	margin-left: 22px;
	width: 190px;
	
	}

	#colIzq #logo {
		background: url(../imagenes/fd_logo_colizq.png) left top no-repeat;
		font-size: 10px;
		height: 225px;
		margin-bottom: 0.5em;
		padding:7px 5px 5px 5px;
		text-align:center; }

	#colIzq a, #colDrch a { color: #FFF; }

#colDrch {
	color: #FFF;
	float: right;
	padding:15px 0 15px 2px;
	width: 172px;
	overflow: visible;
}

#mainContent {
	background: url(../imagenes/fd_maincontent.jpg) left top no-repeat;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 40px;
	padding-top: 20px;
}
	#mainContent-bottom {
	background: #F38226 url(../imagenes/bd_maincontent_bottom.jpg) left top no-repeat;
	height: 15px;
	left: -20px;
	overflow: hidden;
	position: relative;
	width: 590px;
	z-index: 100;
}

#footer {
	background: #D2D0C3 url(../imagenes/bd_footer.jpg) center top no-repeat;
	height: 80px;
	text-align:right;
	
}

#copy {
	float:left;
	text-align:left;
	width: 270px;
	/*background-color:  #D2D0C3;*/
	}

#linksFooter {
	color: #0C4E83;
	float:right; /** VINCULOS FOOTER **/
	text-align: right;
	width: 450px;
	/*background-color: #D2D0C3;*/
	}

/************* IDS 
********************/


#verDoc {
	background: url(../imagenes/fd_btn_verdoc.png) left top no-repeat;
	float:right;
	font-size: 11px;
	height: 53px;
	padding:4px 3px 5px 37px;
	width: 100px; }

	#verDoc a { color: #FFF; }

/*************** CLASES 
*************************/
.fltDrch {
	float: right;
	margin-bottom: 10px;
	margin-left: 8px; }

.fltIzq {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px; }

.clearfloat {
	clear:both;
	font-size: 1px;
	height:0;
	line-height: 0px; }
