@charset "utf-8";
/* CSS Document */

html {
	width:100%;
	margin:0 auto;
 


}
body{
	margin: 0 auto;
	background-image:url(img/bg.jpg);
}

#header{
	width:725px;
	height:160px;
	margin:0 auto;

}

#contenedor{
	width:960px;

	margin:0 auto;

}

#columnleft{
	width:300px;
	margin-top:20px;
	float:left;
	background-image:url(img/bg_square.gif);

}

#columnright{
	width:310px;
	margin-top:13px;
	float:left;
	margin-left:20px;
	
}
#columnnueva{
	width:300px;
	margin-top:20px;
	float:left;
	margin-left:20px;
	background-image:url(img/bg_square.gif);
}
#header_right{
	width:310px;
	height:20px;
	margin-bottom:0px;

}
#body_right{
	width:310px;
	margin-top:0px;
	background-image:url(img/bg_yellow.gif);
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}
#prefooter{
	width:345px;
	margin-top:13px;
	float:right;
	background-image:url(img/bg-down.gif);
}
#clear {
clear:both;}

#footer {
     width:725px;
	 margin:0 auto;
	height:250px;
	
	
}

#contenedorform{
	width:725px;
	background-image:url(img/bg_square.gif);
	margin:0 auto;
	margin-top:50px;
	

}

#contenedor_resume{
	width:725px;
	background-image:url(img/bg_yellow.gif);
		margin:0 auto;
	margin-top:50px;

}

#header_resume{
	width:500px;
	height:100px;
	background-image:url(img/cosito.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	margin-top:30px;
	
}


.textos1 {

	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	margin:10px;
	color:#000000;

}

.textosfooter {

	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#000000;
	padding-top:50px;

}
.LinkSubir{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
		}

.LinkSubir:HOVER {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	}
	


ul{
	list-style-type:none;
	list-style-image: none;
	list-style-position:outside;
	padding:0px;
	margin:0px;

}

li {


padding-left:20px;}

.textos2 {

	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#ffffff;
	text-align:left;

}
.textoscenter {
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	text-align:center;
	margin:10px;


}
