/* CSS Document */

*{
margin:0;
padding:0;
border:0;
}

body{
background-color:#F2EFEF;
color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1{
	float:left;
}


h2{
	float:right;
	font-size:80%;
	color:#3a982c;
	font-weight:normal;
	margin-right:5px;
	margin-top:60px;
}

h4{
	color:#CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:120%;
	font-weight:normal;
	text-align:right;
	margin-right:35px;
	margin-top:40px;
}


a{
color:#3e982c;
}

a:visited{
color:#999;
}

a:hover{
color:#666;
}



span, p{
	color:#666666;
	font-size:70%;
}


#contenedor{
	width:709px;
	margin-left:auto;
	margin-right:auto;
}

#cabecera{
	background:url(../imagenes/fondo-cabecera.jpg) center bottom no-repeat;
	height:10px;
	margin-top:50px;
}

#cuerpo{
	background:url(../imagenes/fondo-cuerpo.jpg) center repeat-y;
	min-height:300px;
	padding:0px 4px 0px 4px;
}

#pie{
	background:url(../imagenes/fondo-pie.jpg) center top no-repeat  #FFFFFF;;
	height:66px;
}

#pie p{
margin-left:35px;
padding-top:10px;
color:#999999;
font-size:60%;
letter-spacing:-0.5px;
}

#pie p strong{
letter-spacing:0px;
}


#pie ul{
margin-left:35px;
}

#pie li{
	
	padding-top:10px;
	color:#999999;
	font-size:60%;
	list-style:none;
	display:inline;
}

.destacado{
	float:left;
	width:30%;
	margin-left:8px;
	margin-right:8px;
	height:150px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:15px;
}

.destacado h3{
color:#3e982c;
font-weight:normal;
font-size:100%;


}

.clear{clear:both;}

.logo{
background:url(../imagenes/logosimple.jpg) no-repeat bottom left;
padding-left:10px;
height:150px;
}

.taller{
background:url(../imagenes/tallersimple.jpg) no-repeat top right;
padding-top:120px;
padding-left:5px;
height:40px;
width:80%;
}

.cable{
background:url(../imagenes/cablesimple.jpg) no-repeat bottom center;
padding-bottom:10px;
height:150px;
}

.destacado, .destacado h3, .destacado p{
	display:block;
}
