/* Artículo */
h1, h2
{
	font-weight: normal;
}
h1
{
	color: #333333;
	font-size: 24px;
	padding-bottom: 5px;
	width: 480px;
}
hr+h2
{
	color: #666666;
	font-size: 1.2em;
	padding: 0 10px 10px 0;
	text-align: justify;
	width: 480px;
}
hr
{
	height: 1px;
	margin: 2px 0 5px 0;
	border-top: #3782A1 1px dashed;
	clear: both;
	text-align: left;
	width: 480px;
}
img
{
	border: #3883A2 1px solid;
}
#articulo
{
	background: url(../imagenes/diseno_web/articulo.jpg) no-repeat;
}
#cartel
{
	float: right;
	margin: -230px 22px -2px 10px;
	width: 260px;
}
#cartel img
{
	width: 250px;
	height: 250px;
	display: block;
}
#principal li
{
	list-style-type: square;
	margin: 0 30px 20px 40px;
}
#principal p
{
	margin-right: 30px;
	text-align: justify;
}
.apartado
{
	font-weight: bold;
	margin: 10px 0;
}
#principal ul
{
	margin: 0;
}
h2+.sombra_exterior
{
	margin-bottom: 10px;
}
.imagen_derecha
{
	float: right;
	margin: 0 22px 2px 10px;
	width: 260px;
}
.imagen_izquierda
{
	float: left;
	margin: 0 5px 2px 0;
	width: 260px;
}
.imagen_izquierda img, .imagen_derecha img
{
	width: 250px;
	height: 200px;
	display: block;
}
.imagen_izquierda .sombra_exterior, .imagen_derecha .sombra_exterior
{
	width: 260px;
	height: 210px;
}
.imagen_izquierda .pie, .imagen_derecha .pie
{
	border: #F89400 1px solid;
	background-image: url(../imagenes/diseno_web/transparencia.png);
	color: #FFFFFF;
	padding: 5px;
	text-align: justify;
	width: 220px;
	font-size: 0.9em;
	position: relative;
	z-index: 9;
	margin: -30px 0 0 10px;
}
#paginacion, .control
{
	color: #666666;
	font-weight: bold;
	margin-top: 20px;
}
.control span
{
	color: #FF6600;
}
.apertura_cita
{
	background: url(../imagenes/diseno_web/cita_abre.png) bottom left no-repeat;
}
.cierre_cita
{
	background: url(../imagenes/diseno_web/cita_cierra.png) top right no-repeat;
	color: #4A859E;
}
#principal .cierre_cita p
{
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	padding: 10px 10px 10px 35px;
	margin-right: 0;
}
.cita_derecha
{
	float: right;
	margin: 0 30px 0 15px;
	width: 250px;
}
.cita_izquierda
{
	float: left;
	margin: 0 15px 0 0;
	width: 250px;
}