
/* GENERAL CSS RESET STYLES */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; 	padding: 0; border: 0; 	outline: 0; }
/* remember to define focus styles! */
/* fix for ff3 outline */
a { outline: none }
/* end fix for ff3 outline */
:focus { outline: 0; }
body { line-height: 12px; color:#616266; background-color: white; font-size: 12px; font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif; }
ol, ul { 	list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/* LINK CSS */
 a {}
 a:link { text-decoration: none; color: #616266;}  
 a:visited{ text-decoration: none; color: #616266;}  
 a:hover { text-decoration: underline; color: #616266; }  
 a:active  { text-decoration: underline; color: #616266; }
/* H1 -> H2 Tags */
 h1 { font-size: 30px; font-weight: normal; }  
 h2 { font-size: 24px; font-weight: normal; }  
 h3 { font-size: 18px; font-weight: normal; }  
 h4 { font-size: 12px;  font-weight: bold; color:#616266;}  
 h5 { font-size: 11px; font-weight: normal; }  
/* end of header styles */
/* INPUT ITEMS TEXT, IE7 HAS Border: 2px all around and PADDING 1px ALL AROUND. FIREFOX DOES NOT HAVE THE LEFT ADN RIGHT PADDING */
input { padding: 0px; margin: 0px; border: 0px; }
textarea { padding: 0px; margin: 0px; border: 0px; }
/* IMAGES MUST HAVE DISPLAY BLOCK TO PREVENT IE6 FROM DISPLAYING A 2-3 PX BUG */
img { display: block; }
/* end of other weird bugs discovered category */
/* END OF RESET STYLES CSS */

/* USEFULL GENERAL CSS CLASSES ALWAYS USED */
.floatLeft { float: left; }
.floatRight { float: right; }
.clear, #pageWrap .clear { clear: both; overflow: hidden; height: 0px; }
.noMargins { margin: 0px 0px 0px 0px; }
.noPadding { padding: 0px 0px 0px 0px; }
.noMarginsOrPadding { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
/* CLASSES EDITED AT EACH PAGE CREATION  == ACTUAL CSS FILE HERE */

/* smallest size at the top, largest at the bottom */
.size1 {}
.size2 {}
.size3 {}
.size4 {}
.size5 {}
.size6 {}
.size7 {}
.size8 {}
.size9 {}
/* end custom size classes*/

/* Border Style  -> ALL PAGES UNDER THIS 
t
t b
t b l
t b l r
t b l r bl
t b l r bl br
t b l r bl br tl
t b l r bl br tl tr
t b l r bl br tl tr background: none afterwards else lots of troubles and headaches, mofo
*/	

/* ========================= PAGE CSS ========================= */

/* ================== CONTENT ============== 
	
	1) GENERAL CSS
	2) Homepage Specific CSS
	3) SubPage Specific CSS 

*/

/* ============== General CSS USED FOR PAGE OUTER / INNER LAYOUT / this is most definitely common on all pages since it takes the header/footer/lang section + the inner section */
.outerTopArea { background-image: url("./../img/headerR.png"); background-repeat: repeat-x; background-position: left top;}
.outerBottomArea { background-image: url("./../img/footerR.png"); background-repeat: repeat-x; background-position: left bottom;}
.outerHeader { background-image: url("./../img/headerCenter.png"); background-repeat: no-repeat; background-position: center top; padding: 14px 0px 0px 0px;}

/* the language signs css */
.lang  { width: 854px; margin: 0px auto;  margin-bottom: 4px;}
.lang a { float: right; width: 26px; height: 20px; padding-left: 28px; margin-left: 18px; display: inline; text-align: left; line-height: 20px; font-size: 14px; font-family: Verdana, Arial, Helvetica; color: #fff; }
.lang a:hover, .lang a:focus { text-decoration: none;}
.lang a.en { background-image: url("./../img/enFlag.png"); background-repeat: no-repeat; background-position: left -20px;}
.lang a.es { background-image: url("./../img/esFlag.png"); background-repeat: no-repeat; background-position: left -20px;}
.lang a.selected { background-position: 0px 0px;}

/* inner el for images */
.pageArea { width: 854px; margin: 0px auto; background-image: url("./../img/innerContentArea.png"); background-repeat: repeat-y; background-position: left top;}
.innerBottomArea { background-image: url("./../img/innerBottomArea.png"); background-repeat: no-repeat; background-position: left bottom;}
.innerTopArea{ background-image: url("./../img/innerTopArea.png"); background-repeat: no-repeat; background-position: left top; padding: 8px 23px 43px 23px;} 

/* nav menu */
.pageHeader { width: 808px; margin-bottom: 5px;}
.pageHeader img { padding-top: 5px;}
.pageHeader ul  { margin-left: 20px; display: inline; font-family: Helvetica; font-size: 14px; line-height: 20px; }
.pageHeader ul li { float: left;}
.pageHeader ul li a { float: left; padding: 15px 20px 0px 5px; border-left: 1px solid #367f89; color: #367f89;}
.pageHeader ul li a:focus, .pageHeader ul li a:hover, .pageHeader ul li a.selected { padding-top: 40px; color: #0d3a3f; border-left:1px solid #0d3a3f; text-decoration: none;}
/* footer */
.footerArea { width: 854px; margin: 0px auto; padding: 27px 0px 28px 0px;}
.footerArea p { font-family: Tahoma, Arial, Helvetica; font-size: 11px; line-height: 16px; color: #fff; text-align: center;}
.footerArea p a { color: #fff; border-left: 1px solid #fff; padding-left: 5px; margin-left: 5px;}
.footerArea p a:first-child { border-left: 0px none;}

/* content -> Homepage Content */
.pageContent { border: 1px solid #c7cbca; width: 806px;} 
/* postcard css */
.pageContent .postCard { margin: 20px 0px 20px 20px; width: 364px; display: inline;}
.pageContent .postCard a { display: block;}
.pageContent .postCard img { display: block;}
.pageContent .postCard h5 { color: #fff; font-size: 18px; line-height: 20px; position: absolute; margin-top: 220px; margin-left: 20px;}
.pageContent .postCard p { font-size: 11px; line-height: 13px; position: absolute; margin-top: 240px; margin-left: 20px; color: #fff;}

/* map css */
.pageContent .map { margin: 20px 20px 38px 0px; display: inline; width: 374px;}
.pageContent .map select { width: 185px; margin-bottom: 15px;}
.pageContent .map .mapContent {background-repeat: no-repeat; background-position: center; width: 371px; height: 203px; margin-bottom: 5px;}
.pageContent .map h1 { font-size: 18px; line-height:18px; color: #15575d;}
.pageContent .map p { color: #616266; font-size: 11px; line-height: 13px;}

/* noticy css */
.pageContent .noticy-right div { float: right;}
.pageContent .noticy { width: 364px; margin: 0px 0px 20px 20px; display: inline;}
.pageContent .noticy h1 { font-size: 24px; color: #15575d; line-height: 28px; padding-bottom: 3px; background-image: url("./../portal/img/borderB.png"); background-position: bottom left; background-repeat: repeat-x; margin-bottom: 6px;}
.pageContent .noticy div { width: 364px; padding-bottom: 6px; margin-bottom: 6px; background-image: url("./../portal/img/borderB.png"); background-position: bottom left; background-repeat: repeat-x;}
.pageContent .noticy div div.floatRight { width: 230px; padding: 0px; margin: 0px; background-image: none;}
.pageContent .noticy div div.clear { padding: 0px; margin: 0px;}
.pageContent .noticy div div.floatRight h4 { font-size: 12px; line-height: 14px; font-weight: bold; color: #15575d;}
.pageContent .noticy div div.floatRight p { color: #616266; font-size: 11px; line-height: 13px;}

/* bottom right spot */
.bRSpot { margin: 0px 20px 20px 0px; width: 396px; display: inline;}
.largeImage { width: 156px; margin-right: 20px; display: inline;}
.smallerImg { width: 220px;}
.smallerImg a { margin-bottom: 18px; display: block;}


/* ======== Comotrabajonas ========= */
.breadCrumb { background-image: url("./../img/crumbBg.png"); background-repeat: repeat-x; background-position: left top; padding-left: 11px; width: 795px;}
.breadCrumb a { float: left; line-height: 20px; margin-right: 15px; font-size: 11px; color: #fff; text-decoration: none; }
.breadCrumb span { float: left; background-image: url("./../img/crumbSpan.png"); background-repeat: no-repeat; background-position: left center; height: 20px; width: 8px; margin-right: 15px; display: inline; }

.sideBar { width: 150px; border-right: 1px solid #c7cbca; background-color: #d0dddf;}
.sideBar ul { margin-top: 6px; border-top: 1px solid #729a9e;}
.sideBar ul li { line-height: 23px; padding: 0px 11px; border-bottom: 1px solid #729a9e;}
.sideBar ul li a { display: block; text-decoration: none; color: #0d3a3f;}
.sideBar ul li:focus, .sideBar ul li:hover, .sideBar ul li.selected{ background-image: url("./../img/subPageSB.png"); background-repeat: no-repeat; background-position: left 1px;}

.content { width: 600px; padding: 30px 30px 15px 0px; text-align: justify;}
.content h1 { font-size: 24px; line-height: 32px; color: #15575d; margin-bottom: 10px;}
.content h2 { font-size: 14px; line-height: 18px; color: #15575d; margin-bottom: 10px;}
.content p { font-size: 12px; color: #616266; line-height: 14px; margin-bottom: 10px; }
.content ul { margin-left: 30px; margin-bottom: 15px;}
.content ul li { line-height: 14px; color: #616266;}
.content ul.estudio { }
.content ul.estudio li { padding: 10px 0px;}
.content ul.estudio li span { color: #15575d; font-weight: bold;}
.content blockquote { margin-left: 30px;}
.content ol.concept { list-style-type: decimal; list-style-position: outside; margin-left: 50px; margin-bottom: 5px;}
.content ol li { line-height: 14px; color: #15575d; font-weight: bold; padding: 10px 0px}
.content ol li span { display: block; font-weight: normal; color: #616266;}

/* centros pages */
/* centros sidebar */
.sideBar .sortBox { padding: 15px 11px 15px 11px;}
.sideBar .sortBox select { margin:5px 0px; width: 125px;}
.sideBar .sortBox p { color: #0d3a3f; line-height: 14px;}
.sideBar ul { margin-top: 0px; border: 0px none; margin-bottom: 20px;}
.sideBar ul li.dDot a { padding-left: 11px; background-image: url("./../img/dDot.png"); background-repeat: no-repeat; background-position: left 8px;}
.sideBar ul li.pDot a { padding-left: 11px; background-image: url("./../img/pDot.png"); background-repeat: no-repeat; background-position: left 8px;}
.sideBar ul li.yDot a { padding-left: 11px; background-image: url("./../img/yDot.png"); background-repeat: no-repeat; background-position: left 8px;}
/*.sideBar ul li.dDot a { padding-left: 11px; background-image: url("./../img/dDot.png"); background-repeat: no-repeat; background-position: left center;}
.sideBar ul li.pDot a { padding-left: 11px; background-image: url("./../img/pDot.png"); background-repeat: no-repeat; background-position: left center;}
.sideBar ul li.yDot a { padding-left: 11px; background-image: url("./../img/yDot.png"); background-repeat: no-repeat; background-position: left center;}*/
.sideBar ul li.next { padding: 0px 0px 7px 0px; text-align: center;}
.sideBar ul li.prev { padding: 7px 0px 0px 0px; border: 0px none; text-align: center;}
.sideBar ul li.next:hover, .sideBar ul li.next:focus, .sideBar ul li.prev:hover, .sideBar ul li.prev:focus { background: transparent;}
.sideBar ul li.next a { background-image: url("./../img/top.png"); width: 11px; height: 10px; margin: 0px auto;}
.sideBar ul li.prev a { background-image: url("./../img/bottom.png"); width: 11px; height: 10px; margin: 0px auto;}
.sideBar .pdf { padding-left: 30px; display: block; color: #0d3a3f; background-image: url("./../img/pdfDld.png"); background-repeat: no-repeat; background-position: 11px center; line-height: 16px; text-decoration: none; margin-bottom: 10px;}

/* centros content area */
.content .container div.clear { height: 1px !important;}
.content .container { width: 600px;}
.content .container ul { margin: 0px 0px 0px 0px; height: 32px; position: absolute;}
.content .container ul li { float: left;}
.content .container ul li.last { background-image: url("./../img/containerB.png"); background-repeat: no-repeat; background-position: right bottom;}
.content .container ul li a { color: #616266; float: left; background-image: url("./../img/containerB.png"); background-repeat: no-repeat; background-position: left bottom; text-decoration: none; }
.content .container ul li a span { padding: 11px 5px 7px 5px; line-height: 14px; display: block; background-image: url("./../img/containerInnerB.png"); background-repeat: repeat-x; background-position: bottom left;}
.content .container ul li.selected { background-color: #fff;}
.content .container ul li.selected a span { background-image: none; font-weight: bold; color: #15575d;}
.content .container ul li a:hover, .content .container ul li a:focus { text-decoration: none; }

/* form info box mas information */
.content .infoBox { border-left: 1px solid #44797e; border-bottom: 1px solid #44797e; border-right: 1px solid #44797e; padding: 20px 17px; margin-top: 30px; background-image: url("./../img/containerInnerB.png"); background-repeat: repeat-x; background-position: top center; }
.content .infoBox h3.send { font-weight: bold; color: #15575d; line-height: 14px; margin-bottom: 10px; font-size: 12px;}
.content .infoBox p.send { color: #616266; line-height: 14px; margin: 0px;}
.content .infoBox p { margin-bottom: 20px;}
.content .infoBox form { background-image: url("./../centros/img/formBg.jpg"); background-repeat: no-repeat; background-position: center; width: 512px; height: 226px; padding: 38px 26px 10px 26px;}
.content .infoBox form h2 { color: #44797e; line-height: 14px;}
.content .infoBox form .lBox { width: 253px; margin-right: 45px; display: inline; padding-top: 20px;}
.content .infoBox form .lBox label { width: 55px; padding-right: 5px; display: block; float: left; text-align: right; line-height: 17px; margin-bottom: 3px; color: #44797e;}
.content .infoBox form .lBox label.errorLabel { color: #ff0000;}
.content .infoBox form .lBox select { padding: 0px; margin: 0px; height: 17px; width: 186px; float: left; margin-bottom: 3px;}
.content .infoBox form .lBox input { background-image: url("./../centros/img/inputbg.png");  margin-bottom: 3px; width: 184px;  border: 1px solid #d0dddf; height: 15px;}
.content .infoBox form .lBox input.cp { width: 60px;}
.content .infoBox form .rBox { width: 186px;}
.content .infoBox form .rBox label { line-height: 16px; display: block; padding-bottom: 4px; color: #44797e;  }
.content .infoBox form .rBox textarea { background-image: url("./../centros/img/inputbg.png"); background-repeat: repeat-x; background-position: top left; background-color: #f1f1f4; padding: 5px; border: 1px solid #d0dddf; width: 174px; height: 126px;}
.content .infoBox form .submit { margin-left: 459px; font-size: 14px; line-height: 18px; background: transparent; color: #15575d; cursor: pointer; margin-top: 22px;}
.content .infoBox form p.errorAbs { position: absolute; margin: -18px 0px 0px 248px; font-size: 12px; font-weight: bold; color: #ff0000; }

/* principades operators */
.content .operandos {  border-left: 1px solid #44797e; border-bottom: 1px solid #44797e; border-right: 1px solid #44797e; padding: 20px 17px; margin-top: 30px; background-image: url("./../img/containerInnerB.png"); background-repeat: repeat-x; background-position: top center; }
.content .operandos ul { width: 187px; position: relative; height: auto;} 
.content .operandos ul li { display: block; float: none; padding: 2px 0px;}
.content .operandos table tr td {vertical-align: top; padding: 4px;}

/* galeria de images */
.content .galeria { border-left: 1px solid #44797e; border-bottom: 1px solid #44797e; border-right: 1px solid #44797e; padding: 20px 17px; margin-top: 30px; background-image: url("./../img/containerInnerB.png"); background-repeat: repeat-x; background-position: top center; }
.content .galeria .largeImg { width: 253px;}
.content .galeria .largeImg a { display: block; margin-bottom: 10px;}
.content .galeria .largeImg a img { border: 4px solid #44797e;}
.content .galeria .largeImg p { margin-bottom: 0px;}

.content .galeria .smallerImg { width: 288px;}
.content .galeria .smallerImg .zBox { width: 84px; margin-left: 18px; display: inline; float: left; margin-bottom: 11px;}
.content .galeria .smallerImg .zBox a { margin-bottom: 0px;}
.content .galeria .smallerImg .zBox a span{ background-color: #d0dddf; padding: 3px 6px 3px 6px; border: 1px solid #44797e; font-size: 11px; line-height: 13px; color: #616266; position: absolute; margin-top: 63px; margin-left: 20px; display: none;}
.content .galeria .smallerImg .zBox a:hover span, .content .galeria .smallerImg .zBox a:focus { display: block;}
.content .galeria .smallerImg .zBox a img { border: 4px solid #44797e;}
.content .galeria .smallerImg .zBox a:hover img, .content .galeria .smallerImg .zBox a:focus img { border: 4px solid #b08e1c;}
.content .galeria .smallerImg .first { margin-left: 0px;}

/* Utility */
.content .utilityMap  { border-left: 1px solid #44797e; border-bottom: 1px solid #44797e; border-right: 1px solid #44797e; padding: 20px 17px; margin-top: 30px; background-image: url("./../img/containerInnerB.png"); background-repeat: repeat-x; background-position: top center; }
.content .utilityMap .googleMap { border: 4px solid #44797e; width: 381px; height: 282px;}
.content .utilityMap .text { width: 150px;}

/* Ficha */
.content .ficha { border-left: 1px solid #44797e; border-bottom: 1px solid #44797e; border-right: 1px solid #44797e; padding: 20px 17px; margin-top: 30px; background-image: url("./../img/containerInnerB.png"); background-repeat: repeat-x; background-position: top center; }
.content .ficha .prezImg { width: 233px; height: 173px; border: 4px solid #44797e;}
.content .ficha .text { width: 300px;} 
.content .ficha .text .details { width: 300px; margin: 0px auto;}
.content .ficha .text .details .row { padding: 2px 5px; width: 288px; border-top: 1px solid #a1bcbe; border-bottom: 1px solid #a1bcbe;}
.content .ficha .text .details .impar { background-color: #d0dddf;}
.content .ficha .text .details .row p { margin: 0px; }
.content .ficha .text .details .row p.floatLeft{ margin-right: 10px; display: inline; font-weight: bold; color: #15575d; width: 130px; text-align: left;}
.content .ficha .text .details .row p.floatRight { width: 130px; text-align: left;}

.content .infoSep { border-left: 1px solid #44797e; border-bottom: 1px solid #44797e; border-right: 1px solid #44797e; padding: 20px 17px; margin-top: 30px; background-image: url("./../img/containerInnerB.png"); background-repeat: repeat-x; background-position: top center; }
.content .infoSep h3.send { font-weight: bold; color: #15575d; line-height: 14px; margin-bottom: 10px; font-size: 12px;}
.content .infoSep p.send { color: #616266; line-height: 14px; margin: 0px;}
.content .infoSep p { margin-bottom: 20px;}
.content .infoSep form { background-image: url("./../centros/img/formBg.jpg"); background-repeat: no-repeat; background-position: center; width: 512px; height: 226px; padding: 38px 26px 10px 26px;}
.content .infoSep form h2 { color: #44797e; line-height: 14px;}
.content .infoSep form .lBox { width: 253px; margin-right: 45px; display: inline; padding-top: 20px;}
.content .infoSep form .lBox label { width: 55px; padding-right: 5px; display: block; float: left; text-align: right; line-height: 17px; margin-bottom: 3px; color: #44797e;}
.content .infoSep form .lBox label.errorLabel { color: #ff0000;}
.content .infoSep form .lBox select { padding: 0px; margin: 0px; height: 17px; width: 186px; float: left; margin-bottom: 3px;}
.content .infoSep form .lBox input { background-image: url("./../centros/img/inputbg.png"); margin-bottom: 3px; width: 184px; border: 1px solid #d0dddf; height: 15px;}
.content .infoSep form .lBox input.cp { width: 60px; margin-right: 124px;}
.content .infoSep form .rBox { width: 186px;}
.content .infoSep form .rBox label { line-height: 16px; display: block; padding-bottom: 3px; color: #44797e; text-align: left; }
.content .infoSep form .rBox input { background-image: url("./../centros/img/inputbg.png"); margin-bottom: 3px; width: 184px; border: 1px solid #d0dddf; height: 15px;}
.content .infoSep form .rBox input.adjutarInput { float: left; width: 115px;}
.content .infoSep form .rBox input.adjutar { background-image: url("./../comotrabajamos/img/adjutar.jpg"); background-repeat: no-repeat; background-position: center; height: 17px; width: 66px; float: right;}
.content .infoSep form .rBox textarea { background-image: url("./../centros/img/inputbg.png"); background-repeat: repeat-x; background-position: top left; background-color: #f1f1f4; padding: 5px; border: 1px solid #d0dddf; width: 174px; height: 50px;}
.content .infoSep form .submit { margin-left: 459px; font-size: 14px; line-height: 18px; background: transparent; color: #15575d; cursor: pointer; margin-top: 22px;}
.content .infoSep form p.errorAbs { position: absolute; margin: -18px 0px 0px 248px; font-size: 12px; font-weight: bold; color: #ff0000; }

div#mallMap {
	/*background: url('../../img/mapa.png') left top no-repeat;*/
	width:371px;
	height:203px;
	position: absolute;
}

div#mallMap input[type=image]{
	width:371px;
	height:203px; 
}


img.dot {
	padding : 0px;
	margin : 0px;
	width: 7px;
	height: 7px;
	border: 0px;
	display: block;
	position: absolute;
}

.developmentColor {
	color: #DEB632;
}
	
.managementColor {
	color: #2F686F;
}

.gentaliaExperienceColor {
	color: #8E4352;
}

.newsArticle p {
	padding-bottom: 5px;
}
.articleDate {
	font-size: 90%;
	text-align: right;
}

.operandos table {
	width: 100%;
}
