@charset "utf-8";
/* CSS Document */
body 
{
background: #000 url(../imagenes/fondositio.jpg) repeat;
text-align: center;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-top: 14px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}


#envoltorio
{ 
width: 769px;
margin: 0 auto;
}

#header
{
background-image: url(../imagenes/banner_taller3.jpg);
background-repeat: no-repeat;
width:769px;
height:104px;

}

#contenido
{
	background-color:#000000;
	width: 757px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
/*	border:2px solid #FFFFFF;*/
}

#col1{
width:240px;
height:330px;
margin:auto;
float:left;
}

#col2{
width:240px;
height:330px;
margin:auto;
float:left;
}


#footer{
width:758px;
background-color:#FFCC00;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
height:50px;
margin:auto;
color:#000000;
}

#footer ul {
list-style-type:none;
}


