﻿/*
Theme Name: Teatro
Theme URI: http://teatroterapeutico.com/
Description: El tema por defecto para ésta página.
Version: 1.0
Author: Sergio Fernández
*/

@import url('master.css');

body {
	background-color:#03141C;
}

#header {
	background:transparent url(img/bg_header.jpg) repeat-x;
	height:166px;
	margin-top:-20px;
}

ul#nav {
	background:transparent url(img/bg_nav.jpg) repeat-x;
	border-top:1px solid #364757;
	height:41px;
	padding:10px 0 0 16px;
	display:block;
	text-transform:uppercase;
	display:block;
	font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
    font-size:85%;
}

ul#nav li {
	float:left;
        margin-left:10px;
}

ul#nav li a {
	color:#FFF;
}

ul#nav li a:hover, ul#nav li.current_page_item a {
	color:#AFB9BE;
}

#sidebar {
	float:left;
	margin-top: 23px;
	margin-left:5px;
	height:auto;
	width:193px;
	display:block;
}

#sidebar a#inscripcion {
	width:193px;
	height:193px;
	background:#03141C url(img/inscripcion.jpg) top left no-repeat;
	display:block;
	text-indent:-9999em;
	margin-bottom:20px;
}

/*#sidebar a#info {
	width:173px;
	height:98px;
	text-indent:-9999em;
	display:block;
	margin-left:10px;
	background:#03141C url(img/info.jpg) top left no-repeat;
}*/

#sidebar #info {
	margin-top:10px;
	margin-left:20px;
	color:#FFF;
}

#sidebar a#g_regulares {background:#03141C url(img/g_regulares.jpg) top left no-repeat;}
#sidebar a#g_intensivos {background:#03141C url(img/g_intensivos.jpg) top left no-repeat;}
#sidebar a#s_individuales {background:#03141C url(img/s_individuales.jpg) top left no-repeat;}

#sidebar a:hover#inscripcion {background-position: 0 -193px;}
#sidebar a:hover#g_regulares, #sidebar a:hover#g_intensivos, #sidebar a:hover#s_individuales {background-position: 0 -45px;}
#sidebar a:hover#info{background-position: 0 -98px;}

#sidebar hr#linea {
	width:150px;
	margin-left:20px;
}

.wrapper{
	margin:25px 0 0 25px;
	width:524px;
	float:left;
	height:auto;
}

.contenido {
	width:524px;
	height:auto;
	background:#03141C url(img/contenido.jpg) top left no-repeat;
}

img.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
}

.contenido .texto {
	padding:30px 30px 0 30px;
	width:464px;
	height:auto;
}

.contenido .texto ul li {
	list-style-type: square
}



.texto a {
        color:white;
        text-decoration:none;
} 

.texto a:hover {
        text-decoration:underline;
}

.texto object {
        margin-bottom: 50px;
}

.final_contenido {
	width:524px;
	height:50px;
	background:#03141C url(img/contenido.jpg) top left no-repeat;
	background-position:0 -2450px;
	text-indent:-9999em;
	display:block;
}

.editar a {
	color:#FFF;
	text-decoration:underline;
}

.editar a:hover {
	text-decoration:none;
}

#aviso {
	width:333px;
	height:600px;	
	background:#03141C url(img/aviso.jpg) top left no-repeat;
	position:absolute;
	left:760px;
	top:188px;
}

#aviso-content {
	margin: 20px;
}

#aviso-content h1 {
	font-weight: bold;
}

#aviso-content ul {
	list-style-type: disc;
}

#aviso-content a {
	color: white;
	font-weight: bold;
}

#aviso-content a:hover {
	color: white;
	text-decoration: underline;
}

#description {
	position: absolute;
	top: 45px;
	left: 320px;
	color: white;
	font-size: 35px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}