/* CSS Documento Lucas Santiago */
*{
	padding:0;
	margin:0;
}

body {
	background-color:#000000;
	color:#ffffff;
	
}
#wrapper{
	width: 750px;
	height: 580px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	

}
#colum1{
	float:left;
	width:398px;
	height:465px;
	background-image:url(images/fdocolec.jpg);
}
#colum1c{ 
	/*columna 1 pag curriculum*/
	float:left;
	width:398px;
	height:465px;
	background-image:url(images/fdocurr.jpg);
}
#colum1l{ 
	/*columna 1 pag localización*/
	float:left;
	width:398px;
	height:465px;
	background-image:url(images/fdolocal.jpg);
}

a:link {color:#6C964C;}
a:visited {color:#B3C6A4;}

.txt{
	font-family:VTCGoblinHand, "Trebuchet MS";
	font-size:small;
	color:#FFFFCC;
	
}
.txt-d{
	font-family:VTCGoblinHand, "Trebuchet MS";
	font-size:small;
	color:#FFFFCC;
	margin-right:20px;
	
}

.cajatxt{
	padding:5px;
}
#txt1{
	padding-left:25px;
	padding-right:10px;
	padding-top:60px;
	padding-bottom::20px;
	font-family:"Trebuchet MS";
	font-size:small;
	color:#41533E;
	
}

#areaimag{
	float:left;
	width:58px;
	height:465px;
}


#areatxt{

	float:right;
	width:294px;
	height:465px;
	background-color:#242D1E;

}
#areatxt2{

	float:right;
	width:452px;
	height:465px;
	background-color:#242D1E;
	
}

#formulario{
	width:432px;
	height: 445px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}

h1{
	font-size:100%;
	font-family:"Trebuchet MS";
	font-style:oblique;
	color:#A6B698;
	border-bottom: 1px dotted #A6B698;
}
h2{
	font-size:90%;
	font-family:"Trebuchet MS";
	font-style:oblique;

}
.estnormal {
	font-size:12px;
	font-family:"Trebuchet MS";
	color:#FFFFCC;
}
/*-------formulario--------*/
form{
	margin-left:20px;
	padding:10px;
	background-color:#3D4A34;
	border:1px solid #5A6A4F;
	width: 350px;
	font-family:"Trebuchet MS", "Tw Cen MT";
	font-size:small;
	color:#EAECE1;
}

label {display: block;}
#btnborrar{
	margin-top: 1em;
	border-right:2px solid #222222;
	border-bottom: 2px solid #222222;
	font-family:"Trebuchet MS", "Tw Cen MT";
	color:#EAECE1;
	background-color:#727F69;
}
#btnenviar{
	margin-top: 1em;
	border-right:2px solid #222222;
	border-bottom: 2px solid #222222;
	font-family:"Trebuchet MS", "Tw Cen MT";
	color:#EAECE1;
	background-color:#727F69;
}

input:focus, textarea:focus{
	background-color:#DFEBD6;
}
/*---fin formulario--*/
#areacolec{
	margin-left:70px;
	margin-top:20px;
}
#pie{
	margin-top: 20px;
	border-top: 1px solid #6D7B6B;
	font-family:"Trebuchet MS", "Tw Cen MT";
	color: #6D7B6B;
	font-size:small;
	letter-spacing:inherit;
}
#Layer1{
	font-family:"Trebuchet MS", "Tw Cen MT";
	color:#660000;
}