
body{
	background-color:#ECE8CE;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: auto;
}

div{
	display: block;
}

p{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}

a {
  border: medium none;
  color: inherit;
  text-decoration: none;
}

#main_header{
	background-color:#ece8ce;
	left: 0;
	height: 300px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

#header{
	background: url("../images/curriWeb.jpg") repeat scroll 0 0 transparent;
	border-bottom: 2px solid #5B5247;
	height:160px;
	position: relative;
}

#title{
	background: url("../images/Titulo.png") no-repeat scroll 0 0 transparent;
	width: 800px;
	height: 160px;
	margin: 0px auto;
	position: relative;
}

#hpr{
    background: url("../images/hpr.png") no-repeat scroll 0 0 transparent;
    bottom: 30px;
    height: 21px;
    position: absolute;
    width: 220px;
}

#contacto{
	background: url("../images/contacto.png") no-repeat scroll 0 0 transparent;
	bottom: 20px;
	height: 38px;
	position: absolute;
	right: 10%;
	width: 126px;
}

#contacto:hover{
	background-position: 0 -36px;
}

#menu{
	height: 100px;
	margin: 0px auto;
	position: relative;
    text-align: center;
}

#boton{
	color: #675F57;
    border-right: 2px solid black;
	display: inline-block;
	height: 88px;
	width: 17%;
	cursor: pointer;
    vertical-align: top;
	/* box-shadow: 0px 7px 7px -7px #333 inset; */
}



#boton.on{
	background: url("../images/on.gif") repeat-x scroll 0 0 transparent;
	text-shadow: 1px 1px 3px #000000;
	/* box-shadow: 0px 0px 6px 3px #ECE8CE inset; */
	color: #FFFFFF;
}

 #boton:hover{
	text-decoration: underline;
 }

p.boton{
	font-family: Times New Roman;
	font-size: 123%;
	margin: 30px 0 0;
}

#separador{
	position: absolute;
	background: url("../images/separador.gif") no-repeat scroll 0 0 transparent;
	width: 4px;
	height: 95px;
}

#left{
	background-color: #FF9E77;
	height: 162px;
	width:15%;
	display: table-cell;
}

#right{
	background-color: #B95331;
	height: 162px;
	width:15%;
	display: table-cell;
}

#main_content{
	clear: left;
	/*height: 49%;*/
	position: absolute;
	top: 300px;
	width: 100%;
}

#punto{
	background: url("../images/punto.gif") no-repeat scroll 0 0 transparent;
	float: left;
	height: 14px;
	margin-top: 1.4%;
	padding-right: 5px;
	position: relative;
	width: 14px;
}

span.title{
	color: #675F57;
	font-family: Times New Roman;
	font-size: 25pt;
	/* font-weight: bold; */
}

div.solitario{
	color: #767574;
	font-family: Arial;
	font-size: 15pt;
	margin: 0px auto;
	overflow: hidden;
	padding: 6px 10px 16px;
	text-align: justify;
	width: 900px;
}

div.resumen{
	border-radius: 10px 10px 10px 10px;
	padding-bottom: 16px;
	padding-left: 10px;
	padding-top: 6px;
	padding-right: 10px;
	width: 900px;
	text-align: justify;
	font-family: Arial;
	font-size: 15pt;
	color: #767574;
	margin: 0px auto;
	overflow: hidden;
	background-color:#ECE8CE;
}

div.resumen:hover{
	background-color: #f3f1e2;
	cursor:pointer;
}

div.expanded{
	overflow: hidden;
	display: none;
	opacity: 0;
	background-color: #f3f1e2;
}

#indicator{
	color: #959290;
	font-family: Arial;
	font-size: 14pt;
	left: 880px;
	position: relative;
	top: -30px;
}


/* CONTACTO */

#c_main{
	margin: 16px auto;
	position: relative;
	width: 680px;
	padding-bottom: 0;
}

#marco{
	height: 110px;
	width: 110px;
	background-color: #ffffff;
	border: 1px solid #AAAAAA;
	float: left;
	margin: 20px;
}

#foto{
	height: 100px;
	width: 100px;
	border: 1px solid #888888;
	margin: 4px auto;
	background: url('../images/foto.jpg') no-repeat scroll 0 0;
}

#formulario{
	float: left;
}

.i_wrapper{
	width: 500px;
	font-family: arial;
}

.c_line{
	border: 1px solid #AAAAAA;
	color: #675F57;
	height: 30px;
	width: 500px;
	font-size: 14px;
	margin: 0;
	padding:3px;
	padding-left: 15px;
	border-radius: 15px;
}

.c_title{
	color: #675F57;
	font-size: 14px;
}

input#enviar{
	width: 520px;
	height: 40px;
	margin-top: 10px;
	display: block;
}

textarea#contenido{
	font-family: arial;
	font-size: 14px;
	color: #675F57;
	height: 100px;
	width: 500px;
}

#success{
	width: 100%;
	padding:4px;
	border: 3px solid #a1d139;
	font-family: verdana;
	font-size: 16px;
	color: #32982a;
	text-align: center;
	margin: 20px 5px 5px;
	background: url('../images/success.png') no-repeat scroll 10px 66% transparent;
}

#failure{
	width: 100%;
	padding:4px;
	border: 3px solid #9e2222;
	font-family: verdana;
	font-size: 16px;
	color: #9e2222;
	text-align: center;
	margin: 20px 5px 5px;
	background: url('../images/failure.png') no-repeat scroll 10px 66% transparent;
}

a.text_link:hover{
	color: #50556f;
}
