/* Eric Meyer's CSS Reset */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


body {
    margin:0;
    height:100%;
    width:100%;
	font: 9px;
	font-family: Optima, Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
}

html {
    margin:0;
    height:100%;
    width:100%;
	background: url("images/fondo_69.png") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


menu {
    position:absolute;
    width:100%;
}

header {
    position:absolute;
    width:100%;
    background: #9C0032;
}

footer {
    position:absolute;
    width: 100%;
    bottom: 0;
    background-image: url("images/BackVerticalLogo.png");
    background-repeat: repeat-x;
}    

.imgFooterLeft {
	margin-left: 10px;
}

.imgFooterRight {
	margin-right: 10px;
	float: right;
}

.datosFooter {
  float: left;
}

    
content {
    position:absolute;
    width:100%;
    top:100px;
    bottom:50px;
    margin-bottom: 30px;
}

aside {
    position:absolute;
    width:100%;
    top:0;
    bottom:0;
    width: 250px;
    overflow-y:auto;
    background: #9C0032;
    margin: 0px 0px 30px 10px;
}

section {
    top:0;
    bottom:0;
    position:absolute;
    right:0;
    left:250px;
    width:auto;
    padding: 30px 30px 0px 30px;
    background-color: white;
    opacity: 0.7;
    overflow-y:auto;
    margin: 0px 10px 30px 30px;
}

.menu {
    width: auto;
    height: auto;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
}

.menu > li > a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ba9f05+0,9b8c50+100 */
	background: #ba9f05; /* Old browsers */
	background: -moz-linear-gradient(top,  #ba9f05 0%, #9b8c50 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ba9f05 0%,#9b8c50 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #9b8c50 0%,#9b8c50 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b8c50', endColorstr='#9b8c50',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #990000;
    -webkit-box-shadow: inset 0px 1px 0px 0px #878e98;
    -moz-box-shadow: inset 0px 1px 0px 0px #878e98;
    box-shadow: inset 0px 1px 0px 0px #878e98;
    width: 100%;
    height: 2.75em;
    line-height: 2.75em;
    text-indent: 2.75em;
    display: block;
    position: relative;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0,0,0,.5);
    text-decoration:none;
}

.menu ul li a {
    background: #fff;
    border-bottom: 1px solid #990000;
    width: 100%;
    height: 2.75em;
    line-height: 2.75em;
    text-indent: 2.75em;
    display: block;
    position: relative;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 0.923em;
    font-weight: 400;
    color: #F5A9A9; /*Color del Sub Menu*/
    text-decoration:none;
}
.menu ul li:last-child a {
    border-bottom: 1px solid #990000;
}

.menu > li > a:hover, 
.menu > li > a.active {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#a90329', EndColorStr='#6d0019');    
    border-bottom: 1px solid #990000;
    -webkit-box-shadow: inset 0px 1px 0px 0px #e6e6e6;
    -moz-box-shadow: inset 0px 1px 0px 0px #e6e6e6;
    box-shadow: inset 0px 1px 0px 0px #e6e6e6;
    text-decoration:none;
}
.menu > li > a.active {
    border-bottom: 1px solid #990000;
}
.menu > li > a:before {
    content: '';
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    font-size: 36px;
    height: 1em;
    width: 1em;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -.5em 0 0 0;
}
.item1 > a:before {
    background-position: 0 0;
}
.item2 > a:before {
    background-position: -38px 0;
}
.item3 > a:before {
    background-position: 0 -38px;
}
.item4 > a:before {
    background-position: -38px -38px;
}
.item5 > a:before {
    background-position: -76px 0;
}
.item6 > a:before {
    background-position: -76px 0;
}
.item7 > a:before {
    background-position: -76px 0;
}

.menu > li > ul li a:before {
    content: '▶';
    font-size: 8px;
    color: #F5A9A9;
    position: absolute;
    width: 1em;
    height: 1em;
    top: 0;
    left: -2.7em;
}
 
.menu > li > ul li:hover a,
.menu > li > ul li:hover a span,
.menu > li > ul li:hover a:before {
    color: #a90329;
}


#TablaClientes {
    margin-right: 25px;
    margin-left: 25px;
}
#TablaClientes td {
	padding: 6px;
	font-size: 0.9em;
	width: 400px;
}

#TablaClientes tr:nth-child(odd) { 
    background-color:#fff; 
}
#TablaClientes tr:nth-child(even) { 
    background-color:#eee;
}

#TituloTabla {
    margin-right: 25px;
    margin-left: 25px;
    background-color:#a90329;
    color: #FFF;
}
#TituloTabla td {
	padding: 6px;
	font-size: 0.9em;
	width: 400px;
	text-align: center;
}

/* Para Cada SubPagina
------------------------------------------------------------------------*/

p {
	margin-left: 20px;
	margin-bottom: 10px;
}

h1 { 
    display: inline;
    font-size: 1.2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 20px;
    margin-right: 0;
    font-weight: normal;
    color: #a90329;
}
h2 { 
    display: inline;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 20px;
    margin-right: 0;
    font-weight: bold;
    color: #a90329;
}
h3 { 
    display: block;
    font-size: 1.5em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 20px;
    margin-right: 0;
    font-weight: normal;
    color: #a90329;
}

#antecedentes {
  float: left;
  width: 100%;
  clear: both;
  color: black;
  font-weight: bold; 
}


#antecedentes li {
  font-size: 0.9em;
  list-style-type: circle;
  list-style-position: outside;
  margin-left: 45px;
  line-height: 130%;
  text-align: justify;
  padding-right: 10px;
}

#antecedentes h3 {
    font-size: 1.2em;
    font-weight: bold;
}

#antecedentes h2 {
    font-size: 1em;
    font-weight: bold;
}

#antecedentes p {
    font-size: 0.9em;
    font-weight: bold;
    text-align : justify;
    line-height: 130%;
}


#cv {
  width: 100%;
}

#foto {
  float: left;
  width: 150px;
  height: 226px;
  padding: 5px;
  border: 1px solid #000;
  background: #FFF;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#rayaCV {
  border-bottom: 1px solid #000;
  height: 260px;
}

#titulos {
  float: left;
  width: 500px;
  height: 240px;
  padding-left: 30px;
  padding-top: 50px;
}

#nombre {
    font-size: 1.2em;
    font-weight: bold;
}

#OtrosTitulos {
    font-size: 1em;
    font-weight: normal;
    color: #000;
}



#TablaCalendario td{
  vertical-align: top;
  width: 150px;
  height: 150px;
}

#TablaCalendario a:link   
{   
 text-decoration:none;   
} 

#calendario {
  background-image: url("images/calendario.png");
}

#AnioCalendario {
  text-align: center;
  text-decoration: none;
  color: white;
  padding-top: 18px;
  padding-right: 20px;
}

#MesCalendario {
  text-align: center;
  padding-right: 20px;
  color: #a90329;
  font-size: 1.0em;
  font-weight: bold;
  padding-top: 30px;

}

.Table {
	padding: 0px;
	width: 900px;
	position: absolute;
	top: 5px;
	left: 250px;
	font-size: 0.8em;
}
.Table table {
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.Table tr {
	height: 5px;
	color: #FFFFFF;
}

.Table td {
	vertical-align: top;
}

.mail {
    color: #FFFFFF;
    text-decoration:none;
}
.mail:hover {
    color: #ba9f05;
}