﻿/* Configuracion general */
html {
	font-family: Calibri;
	font-size: small;
}

body {
	background-color: #4D2612;
}
 
.ppal {
	background: #FFFFFF;
}

/* CSS layout */

#masthead {
	background-color: #4D2612;
	color: #FFFFFF;
}

#container {
	position: relative;
	width: 100%;
	height: 100%;
}

/* Solo Contenido*/

#page_content {
	height: 450px;
	width: 100%;
}

/* Columna a la derecha */


#right_page_content {
	margin-right: 215px;
	top: 10px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: #EEEAE7;
	height: 430px;

}

/* Columna a la izquierda */

#left_col {
	width: 200px;
	position: absolute;
	left: 10px;
	top: 10px;
	background-color: #EEEAE7;
	height: 430px;
}

#left_page_content {
	left: 220px;
	position: absolute;
	top: 10px;
}

#left_page_content_taller {
	left: 215px;
	position: absolute;
	top: 10px;
}


#footer {
	color: #FFFFFF;
	background-color: #4D2612;
}

/* Menu Horizontal */
.Tmenu {
	width: 100px;
	text-align: center;
	vertical-align: bottom;
}
.Hmenu a{
	text-decoration: none;
	color: #FFFFFF;
}

.Hmenu a:hover{
	color: #F14F00;
	font-weight: bold;
}

/* Menu Vertical */
.Vmenuhead {
	border-style: solid;
	border-color: #4D2612;
	font-size: x-large;
	background-color: #4D2612;
	color: #FFFFFF;
	padding-left: 5px;
	text-align: left;
	top: 10px;
}
	
}
.Vmenu {
	padding-left: 5px;
	text-align: left;
	height: 20px;
}
.Vmenuseccion {
	text-align: left;
	height: 20px;
	font-weight: bold;
}

.Vmenu a{
	text-decoration: none;
	color: #4D2612;
}

.Vmenu a:hover{
	color: #F14F00;
	font-weight: bold;
}
.Vmenusubhead {
	background-color: #4D2612;
	color: #F14F00;
	font-weight: bold;
	padding-left: 5px;
	font-size: medium;
}

/* Formato contenido */

.TextIntro {
	color: #4D2612;
}

.CVhead {
	padding: 5px;
	background-color: #EEEAE7;
}
.CVheadtext {
	font-weight: bold;
	color: #F14F00;
	font-size: large;
}

.CVBodySection {
	font-weight: bold;
	font-size: medium;
}

.CVItem {
	padding-left: 5px;
	font-size: small;
	color: #000000;
}

.CVItemhead {
	font-weight: bold;
	padding-left: 5px;
	font-size: small;
}

.CVItemtit {
	background-color: #EEEAE7;
	padding-left: 5px;
	font-size: small;
}


.CVItemsep {
	background-color: #00B7DF;
	height:5px
}

.CVItemsep2 {
	height:5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #EEEAE7
}


.Tfooter {
	height: 5px;
	padding: 3px 0px 0px 0px;
}
.Tfooter a{
	text-decoration: none;
	color: #FFFFFF;
}

.Tfooter a:hover{
	color: #7CB900;
	font-weight: bold;
}



.imgStyle {
	border-width: 0px;
}
#right_col_list {
	width: 200px;
	position: absolute;
	right: 10px;
	top: 10px;
	height: 430px;
}
.lproy {
	color: #4D2612;
	font-size: large;
	margin: 10px;
}
LI.ProylistAzul {
	list-style: square outside;
	color: #00B7DF;
}

LI.ProylistNaranja {
	list-style: square outside;
	color: #F14F00;
}

LI.ProylistVerde {
	list-style: square outside;
	color: #7CB900;
}

.ProySection {
	font-weight: bold;
	font-size: medium;
}

.ProyItem {
	padding-left: 5px;
	font-size: small;
	color: #000000;
}

#CVBody {
	font-size: small;
}

LI.CVlist {
	list-style: square outside;
	color: #00B7DF;
}
.Novedades {
	margin: 10px;
	padding: 10px;
	border: 2px solid #EEEAE7;
	font-size: medium;
	width: 710px;
}

