/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(../css/layouts.css);
@import url(../css/components.css);
@import url(../css/modules.css);
@import url(../css/navigation.css);
@import url(../css/misc.css);
@import url(../css/forms.css);


/* #######################  GENERAL SETTINGS ############################ */

html{
	height:100%;
}

body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	height: 100%;
	background-image:url(../images/fondoinfo.jpg);
	background-repeat: repeat-y;
	background-position:center;
	background-color:#743516;
}



/*  Global Formatting */
/*Headings Tags*/
h1 {font-size:16px;line-height: 1em;font-weight: 900; color:#a34039;}
h2 {font-size:15px;line-height: 1em;font-weight: 900; color:#a34039;}
h3 {font-size:14px;line-height: 1em;font-weight: 900; color:#a34039;}
h4 {font-size:13px;line-height: 1em;font-weight: 900; color:#a34039;}
h5 {font-size:12px;line-height: 1em;font-weight: 900; color:#a34039;}
h6 {font-size:11px;line-height: 1em;font-weight: 900; color:#a34039;}

/*Tables*/
td{font-size: 12px;}
th{font-size: 12px;}

/* Links */
a {color: #843215;}
a:hover {color: #CC6600;}
a:visited {color: #843215;}
a.image, a.image:hover  {border:0;}

/* Clears Divs */
.clr{clear: both;}


/* #######################  END GENERAL SETTINGS ############################ */
/* Heading Color and Height control*/
#hd {
/*background-image:url(../images/brb.png);*/
background-repeat: repeat-x;
}

/* Grid Body margin Override would be 10px default*/
#doc3{margin: 0px;}

/* Footer Wrapper Trick */
.wrapper2 {
background-color: White;
height:auto !important;
min-height:80%;
}

.ft{
background-color: #DDE8EA;
min-height:20%;
}


.fondomods {
	background-image:url(../images/fondomods.jpg);
	background-repeat: repeat-y;
	background-position:center;
}

.fondomods2 {
	background-image:url(../images/fondomods2.jpg);
	background-repeat: repeat-y;
	background-position:center;
}

.anuncio{
	padding:10px;
	background-image:none !important;
	background-color:#FFF;
}

.tablacont {
	padding:32px;
	margin-top:-30px;
}

.doc_list {
	padding-left:10px;
	padding-right:10px;
	margin-bottom: .5em;
}

.pagination a,span {
	margin:0 3px;
}
