/****************************************************************
 * Autor.....: Fernando Rodriguez Sela
 * Contenido.: Definicion de hojas de estilo - Cuerpo del documento
 ****************************************************************/

body {
	font-family: 'Noto Sans', sans-serif;
}

h1, h2, h1 a, h2 a {
	font-family: 'Caveat Brush', cursive !important;
	color: #b70000;
}

h2, h2 a {
	font-weight: 100;
}

A:link {
	color: #b70000;
	font-family: sans-serif;
	text-decoration: none;
/*	font-weight: bold;*/
}

A:hover {
	color: red;
	font-family: sans-serif;
	text-decoration: none;
/*	font-weight: bold;*/
}


A:active {
	color: red;
	font-family: sans-serif;
	text-decoration: none;
/*	font-weight: bold;*/
}

A:visited {
	color: #b70000;
	font-family: sans-serif;
	text-decoration: none;
/*	font-weight: bold;
*/
}

p     	{
	color: black;
	/* font-family: "Times New Roman", Roman, Verdana, Arial; */
	text-align: justify
}
.correo	{ color: black; font-size: 7pt; text-decoration: none; text-align: center; }

.textarea {
  background-color: #f3f3f3;
  padding: 20px;
}

.intro	{
	background-color: #f3f3f3;
	display: block;
	position: relative;
	text-align: justify;
	text-indent: 10px;
	font-family: sans-serif;
	font-size: 13pt;
	left: 10%;
	width: 80%;
	margin-bottom:30px;
	padding:30px;

	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}

.intro p {
	text-indent: 10px;
	margin: 0px;
}

.block {
	display: block;
	position: relative;
	clear: left;
	width: 100%;
}

.box {
	display: inline-block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #111111;
	margin-right : 20px;
	margin-bottom : 20px;
/*	height: 65px;*/
}

.title {
	background-color: #aaa;
	text-align: justify;
	margin-bottom:30px;
	padding:10px;
	border-radius: 1em;
	-moz-border-radius: 1em;
	font-size: 15px;
}

/****************************************/
/* Adaptaciones temporales para móviles */
/****************************************/

.pie {
 /* display: none;*/
position: relative;
bottom: 0;
}

#logo {
  position: absolute;
  top: 10px;
  left: 42px;
}

iframe#mainmenu {
  width: 170px;
  height: 700px;
  border: 0;
  left: 0;
  top: 100px;
  position: absolute;
  display: block;
}

#maincontainer {
  position: relative;
  margin-left: 200px;
  width: calc(100% - 200px);
}

#openmenu, #openmenu_btn {
  display: none;
}

hr { display: none }

iframe#citas {
  display: block;
  position: relative;
  top: 0;
  border: 0;
  left: 200px;
  width: calc(100% - 200px);
  height: 80px;
  overflow: hidden;
}

/***********************************/
/* PESTAÑAS */
/***********************************/

ul#tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  width: 80%;
}
#tabs > li {
  display: inline-block;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px 10px 0 0;
  border-color: #b70000;
}
#tabs a {
  display: block;
  color: white;
  height: 24px;
  padding: 8px 6px 0 6px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  background-color: #555;
}
#tabs a:hover {
  color: #b70000;
  font-family: unset;
}
#tabs a.selected {
  background-color: #b70000;
  color: white;
}

.tab {
  display: none;
}
.tab.selected {
  display: block;
  padding: 10px;
  padding-bottom: 20px;
  border-radius: 0 0 10px 10px;
  background-color: #f3f3f3;
}

/* Caja del buscador */

#Buscador {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 100;
}

/* Titulares */

.titular_body {
  padding: 10px;
}

.titular_body img {
  box-shadow: 0 0 10px #555;
  margin-right: 20px;
}

/* Caratulas Grabaciones, Espectaculos */
.caratula {
  box-shadow: 0 0 10px #555;
}
