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

/*GNRL*/

body {
	color: #666666;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
	
body, table, img, button, iframe, ul, li ,h1,h2, p  { margin:0; padding:0; border:0; }
table { text-align:left; }
iframe { width:0; height:0 }

ul { margin-left:20px; }

img {
	border:none 0px;
	margin: 0px;
	padding: 0px;
}
div {border:none 0px;}
p,tr,td,table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5em;
}
	
h1{
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 8px;
	color: #1B256C;
	}
h2{
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666666;
}
h3{	font-size: 12px;}
h4 {
	font-size: 16px;
	width:185px;
	padding-top: 25px;
	display: block;
	padding-left: 25px;
	margin:0;
	border:0;
	font-weight: bold;
	color: #666666;
	float: left;
}

a {
	color: #666666;
	text-decoration: none;
}

a:link, a:visited. a:active {
	color: #666666;
	text-decoration: none;
}

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

#pb {text-align:center;}
#cntnr {
	width: 860px;
	text-align: left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logo{
	width:148px;
	height: 138px;
	float: left;
	display: block;
	cursor: pointer;
	background-image: url(../img/logoback.jpg);
}

#NAV {
	width: 698px;
	height: auto;
	float: left;
}
#TL {
	width: 199px;
	height: 39px;
	float: left;
	background-image: url(../img/TL.jpg);
	background-repeat: no-repeat;
}

#tools {
	display: block;
	list-style-type: none;
	height: 39px;
	width:499px;
	height: 39px;
	float: right;
	margin: 0px;
	padding: 0px;
}


#tools li{
	float: right;
	font-size: 0px;
	height: 37px;
	display: block;
}

#tools ul li a, #tools ul li a:link, #tools ul li a:active, #tools ul li a:visited {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

#tools ul li a:hover {
	color: #999999;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
	
.t1 {
	background-image: url(../img/tm1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 98px;
	}
.t2 {
	background-image: url(../img/tm2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 98px;
	}
.t3 {
	background-image: url(../img/tm3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 98px;
	}
.t4 {
	background-image: url(../img/tm4.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 98px;
	}
.t5 {
	background-image: url(../img/tm5.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 107px;
	}

#TRC {
	width: 15px;
	height: 39px;
	float: left;
}
	
#slgn {
	width: 698px;
	height: 40px;
	float: left;
	background-image: url(../img/slogan.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

/* MENU */

.MM {
	height:59px;
	width:698px;
	float: right;
	vertical-align: bottom;
	background-image: url(../img/back_franjatop.jpg);
	background-repeat: repeat-x;
}

.MR {
	height:138px;
	width:13px;
	float: left;
	background-image: url(../img/Rtop.jpg);
	background-repeat: no-repeat;
}


/*========================= TOP OF THE MENU CASCADE =========================*/

.menu {
	width:698px;
	height: 59px;
	float: right;
}

.menu img {
	vertical-align: top;     
}

.menu ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;         
	line-height:1.5em;           /* globally set the menu's item spacing. note */
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.menu li {
	float:left;
	position:relative;
	margin:0;
}

.menu ul li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	m\argin:0;               /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
	font-size:12px;        /* this sets the base font size for our entire menu */
}


/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu ul li ul {
	display:none;                  
	padding:1px;                               /* this is our box border width */
}

.menu ul li a,
.menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration:none;
	height:59px;
	
}

.menu ul li:hover a,
.menu ul li a:hover {                        /* selected top-level menu items */
	height:59px;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul,
.menu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:59px;            
	left:2px;     
	height:auto;    
	width:131px;
	color:#445279;                     
	background:#445279;       
}


.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:auto;
	color:#000;              
	background:#d8d8d8;     
	width:131px;
	text-indent: 5px;
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color:#445279;
	background:white;
}
/* home */
.Home {
	width:860px;
	height: 385px;
	background-image: url(../img/collage.jpg);
	float: left;
}
.RChome {
	width:400px;
	height: 360px;
	float: right;
	color: #FFFFFF;
	padding-right: 20px;
	text-align: justify;
	padding-top: 25px;
}
/* content */

#ctn {
	width:860px;
	height: auto;
	float: right;
	background-image: url(../img/back_texto_home.jpg);
	background-color: #EAEAEA;
	background-repeat: repeat-x;
}

#TT {
	width:212px;
	height: 104px;
	float: right;
	margin: 0px;
	padding: 0px;
}

.title {
	width:859px;
	height: 102px;
	float: left;
}

#CTXT {
	width:626px;
	float: left;
	padding-left: 20px;
}
.margins {
	width:600px;
	height: auto;
}

.lateral {
	width:212px;
	float: right;
	height: 550px;
	background-image: url(../img/back2.jpg);
	background-repeat: repeat-x;
}

.lateral ul {
	width:185px;
	float: right;
	padding-top: 15px;
	display: block;
	padding-left: 25px;
	margin:0;
	border:0;
	list-style-type:none;
}

.lateral a:link, .lateral a:visited,.lateral a:active {
	color: #666666;
	font-size:13px;
	line-height:1.5em;
}
.lateral a:hover {
	color: #666666;
	font-size:13px;
}
/* footer */

#ftr {
	width:860px;
	height: 100%;
	float: left;
}

.LF {
	height:47px;
	width:9px;
	float: left;
	background-image: url(../img/interna_esqizqdown.jpg);
}
.MF {
	height:47px;
	width:842px;
	float: left;
	background-image: url(../img/back_franjadowninterna.jpg);
	text-align: right;
}
.RF {
	height:47px;
	width:9px;
	float: left;
	background-image: url(../img/interna_esqderdown.jpg);
}
.CR {
	width:860px;
	float: left;
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.SM {
	width:500px;
	float: left;
	list-style-type: none;
	margin-left: 40px;
	margin-top: 20px;
}
/* Design,html and css by adrivisual@gmail.com */
