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


.NomTaller {
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:#993333;
	text-decoration:none;
	padding-bottom: 10px;
}

.NomTaller a:link {	color: #993333; text-decoration: none; }
.NomTaller a:visited { text-decoration: none; color: #993333; }
.NomTaller a:hover { text-decoration: none;	color: #993333; }
.NomTaller a:active { text-decoration: none;	color: #993333; }


.taller {
	height:auto;
	float:left;
	text-align:left;
	border-bottom:1px solid #CCCCCC;
	background-color: #f6f6f6;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 100%;
}

	
.fototaller {
	width:195px;
	height:auto;
	background:#f6f6f6;
	float:right;
	border-left:1px solid #CCCCCC;
	margin: 10px 0 10px 10px;
	padding: 0 10px 0 10px; }

.contenido {
	padding:10px;
	width:322px;
	height:auto;
	float:left;
	margin: 0 10px;
}

