body{
	height:100%;
	margin:0;
	padding:0;
	background-color: #ffffff;
	text-align:left;
	color:#000000;
	font-family: Geneva, Verdana, Arial, sans-serif;
   	font-size: 12px;
}

h3{
	display: none;
}

h4{
	font-size: 16px;
}

a{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a:hover{
	text-decoration: underline;
}

#cuerpo{
	margin: 0 auto;
	margin-top: 50px;
	width: 900px;
	height: 100%;
}


#cajaiz{
	float: left;
	width: 28%;
	height: 400px;
	background: url(images/caballete.jpg) top center no-repeat;
}

#cajader{
	float: left;
	width: 70%;
	border-left: 1px solid;
	margin-bottom: 20px;
	/*border: 1px solid;*/
	padding: 0 0 0 10px;
	/*height: 500px;*/
	min-height: 500px;
	height: 100%;
}


#cajader h5{
	font-size: 14px;
	font-weight:lighter;
	margin: 0;
	padding: 0;
}

/*
#cajader span{
	display: none;
}
*/

#cabecera a{
	display: block;
	width: 450px;
	height: 85px;
}

#cabecera h1{
	background: url(images/tallerdearte.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	height: 100px;
}

#cabecera h2{
	background: url(images/pedrodougnac.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	/*margin-left: 10px;*/
	width: 290px;
	height: 50px;
}

#cabecera span{
	display: none;
}


/*
#cajader a{
	display: block;
}
*/


#menu{
	margin-top: 280px;
}

#menu ul{
	list-style:none;
}

#menu li{
	margin-top: 8px;
	font-size: 16px;
}


#menu a{
	color: #000000;
	text-decoration: none;
}

#menu a:hover{
	text-decoration: underline;
}

#footer{
	clear: both;
	text-align: center;
}

#footer p{
	margin: 0;
	padding: 0;
	font-size: 10px;
}

.eventos{
	float:left;
	margin-bottom: 10px;
}

.eventos img{
	float: left;
	width: 75px;
}

.eventos .eventostit{
	float: left;
	margin-left: 10px;
	/*width: 400px;*/
}

.eventos p{
	font-size: 20px;
	margin: 0;
	padding: 0;
}

.eventos h5{
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.tecnicaslist p{
	font-size: 10px;
	color: #000000;
	margin: 0;
	padding: 0;
}

.tecnicaslist img{
	margin: 5px;
	float:left;
}

.tecnicas_izq, .tecnicas_der h4{
	color:#990033;
}

.tecnicas_izq{
	float: left;
	width: 48%;
}

.tecnicas_der{
	float: right;
	width: 48%;
}


.clear{
	clear: both;
}