﻿/* Etiquetas generales */
body {
    background: url("../images/GAMLPsand.jpg") repeat-x scroll 0 0 #EAE7E0;
    color: #3C3C3C;
    font: 11px/160% 'Lucida Grande',Verdana,Helvetica,Arial,sans-serif;
    margin: 0 auto;
}

h1, h2, h3, h4 { 
    font-weight: normal;
    font-family: 'PT Sans',sans-serif;
    color:#777777;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0 0 1em;
}
h1{
	font-size:28px;	
}
h2{
	font-size:24px;	
}
h3{
	font-size:20px;
	margin-top:5px;
	margin-bottom:10px;
}
h4{
	font-size:18px;
}
html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
    border: 0 none;
    margin: 0;
    padding: 0;
}
* {
    margin: 0;
    padding: 0;
}
a img {
    border: 0 none;
}
a {
    color: #0066FF;
    text-decoration: none;
}

/*  Algunas medio generales tambien  */
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.drilldownMenu ul {
    list-style: none outside none;
}

/*  Etiquetas de la barra de notificaciones y logo */
#wrapper{
	margin:auto;
	width:96%;
}
#wrapper .section {
    position: relative;
}
#wrapper .header {
    height: 46px;
}
#wrapper .beforeHeader h1 {
    background: url("../images/GAMLPlogo2.png") no-repeat scroll 45% center transparent;
    float: left;
    font-size: 18px;
    line-height: 46px;
    margin: 0;
    
    width: 280px;
    height:120px;
}

#wrapper .header .nav {
    height: 46px;
    margin-left: 320px;
    padding-top: 10px;
}
.container_12 {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
}

.container_12 .grid_12 {
    width: 98%;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 { /* nose donde ams se use .. a borrar */
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
.toolbar {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.toolbar li a.icon-only,.button.icon-only {
    line-height: 0;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom:4px;
}

.toolbar li {
    display: block;
    float: left;
    position: relative;
}
.toolbar li:first-child a {
    border-radius: 2px 0 0 2px;
}
/*input.icon-only[type="button"], input.icon-only[type="submit"], input.icon-only[type="reset"], button.icon-only, .button.icon-only,*/ .toolbar li a.icon-only {
    line-height: 0;
    padding-left: 4px;
    padding-right: 4px;
}
.button, .toolbar li a{ /*.mceEditor.defaultSkin .mceToolbar, .mceEditor.defaultSkin .mceStatusbar, .fc-button.fc-state-default .fc-button-inner, .paging_full_numbers span.paginate_button, .paging_full_numbers span.paginate_active, input[type="button"], input[type="submit"], input[type="reset"], button, .button, .pagination li a,, .selector, .uploader span.action, .checker, .radio, .paging_full_numbers span.paginate_button, .paging_full_numbers span.paginate_active */ 
    background-color: #EEEEEE;
    background-image: -moz-linear-gradient(center top , #FEFEFE, #EEEEEE);
    border-color: #AAAAAA;    
    color: #111111;
    
    text-shadow: 0 1px 0 #FFFFFF;
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.15);
}

.button, .toolbar li a{
    border: 1px solid #AAAAAA;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 13px;
    line-height: 16px;
    padding: 4px 10px;
}



.message-count {
    background: none repeat scroll 0 0 red;
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 14px;
    line-height: 14px;
    padding: 0 4px;
    position: absolute;
    right: -3px;
    top: -6px;
    z-index: 999;
    cursor: pointer;
    font-family: Arial,sans-serif;
    
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    text-shadow: none;    
}

#wrapper .header .nav .user-info {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 6px #000000 inset;
    color: #FFFFFF;
    line-height: 26px;
    margin-right: 10px;
    padding: 2px 10px;
}
#wrapper .header .nav .user-info a {
    color: #FFFFFF;
    text-decoration: underline;
}


/* barra izquierda  */
#wrapper .section .aside {
    background: url("../images/GAMLPsidebar-shadow.png") no-repeat scroll right top transparent;
    bottom: 0;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 280px;
    padding-top:80px;
}
#wrapper .section .aside .drilldownMenu{
    overflow-x: hidden;
}
#wrapper .section .aside .drilldownMenu h1 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    color: #EEEEEE;
    font-size: 14px;
    line-height: 46px;
    margin: 0;
    padding: 0 25px;
    position: relative;
    text-align: center;
}

#wrapper .section .aside .drilldownMenu ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    position: relative;
}
#wrapper .section .aside .drilldownMenu ul li {
    -moz-transition: all 0.3s ease-out 0s;
    display: block;
    margin: 0;
    position: relative;
}
#wrapper .section .aside .drilldownMenu ul li a {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(255, 255, 255, 0.5) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
    border-right: 0 solid rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 1px 0 1px 1px;
    display: block;
}
#wrapper .section .aside .drilldownMenu ul li a img {
    left: 0;
    position: absolute;
    top: -1px;
}
#wrapper .section .aside .drilldownMenu ul li.hasul a span {
    background: url("../images/GAMLParrow.png") no-repeat scroll 98% 50% transparent;
}
#wrapper .section .aside .drilldownMenu ul li a span {
    -moz-transition: all 0.3s ease-out 0s;
    color: #111111;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    padding: 0 25px 0 60px;
    text-shadow: 0 1px 1px #FFFFFF;
}



#wrapper .section .aside .drilldownMenu ul li a:hover{
	-o-box-shadow:inset 0 -1px 3px rgba(0,0,0,0.1), 0px 0px 3px rgba(0,0,0,0.2);
	-ms-box-shadow:inset 0 -1px 3px rgba(0,0,0,0.1), 0px 0px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0 -1px 3px rgba(0,0,0,0.1), 0px 0px 3px rgba(0,0,0,0.2);
	-khtml-box-shadow:inset 0 -1px 3px rgba(0,0,0,0.1), 0px 0px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:inset 0 -1px 3px rgba(0,0,0,0.1), 0px 0px 3px rgba(0,0,0,0.2);
	box-shadow:inset 0 -1px 3px rgba(0,0,0,0.1), 0px 0px 3px rgba(0,0,0,0.2);
	zoom:1;
	color:#111111;
}

#wrapper .section .aside .drilldownMenu ul li.current {
    background-color: #A9B6BF;
    background-image: -moz-linear-gradient(center top , #A9B6BF, #899AAA);
    background-image:url('../images/GAMLPmenu-hover.png');
    background-repeat:repeat-x;
}




/* Inicia cuerpo  */
#wrapper .section .section1
{
    padding-top: 80px;
    border-radius: 6px 6px 0 0;
    margin-left: 0px;
}

#wrapper .section .section1 .gamlp-body{
	padding-top:15px;
	padding-bottom:10px;
	margin-left:2%;
	margin-right:2%;
}
#wrapper .section .section1 .gamlp-body h1{
	margin-bottom:10px;
}
#wrapper .section .section1 .header1 {
	background-image:url('../images/GAMLPheader-bg.jpg');
	background-repeat:repeat-x;
	background-position:0px 0px;
    border: 1px solid #333333;
    height: 46px;
    position: relative;
    
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    
}
#wrapper .section .section1 .header1 h1{
    color: #FFFFFF;
    font-size: 20px;
    line-height: 46px;
    margin: 0;
    text-align: center;
    text-shadow: 0 -1px 1px #000000;
}

#wrapper .section .section2 {
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    background: none repeat scroll 0 0 #fafafa;
    min-height: 400px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;    
}




/* Inicia Footer */
#wrapper .section .section1 .footer {
    background-color: #FFFFFF;
    padding: 20px 0;
}
#wrapper .section .section1 .footer {
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
}







/* Layout de columnas */

.g1, .g2, .g3, .g4, .g5, .g6, .g7, .g8, .g9, .g10, .g11, .g12 {
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    min-height: 10px;
    padding: 9px 0;
}

.g12 {
    width: 98%;
}
.g6 {
    width: 48%;
}
.g4 {
    width: 31.333%;
}
.g3 {
    width: 23%;
}
.g2 {
    width: 14.667%;
}




#congrat {
    background: url('../images/congrat.jpg') no-repeat;
    width: 282px;
    height: 128px;
    margin: 0 auto;
    position: relative;
} 
#congrat2 {
   background-color:#3C0;
   color:#FFF
    margin: 0 auto;
    position: relative;
} 





