/* Estructura básica de Telmeds.org */

#telmeds {
  background: white;
  margin:0;
  padding:0;
}

#cabeza {
  background: #1f2024;
	border-bottom: 1px solid gray;
}

#cuerpo {
  background: white;
	border-top: 1px solid lightgrey;
}

#pie {
  border-top: 1px solid #585858;
}

.wrapper {
  margin: 0 auto;
  width: 960px;
  overflow: hidden;
}

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

/* cabeza */

#cabeza .wrapper {
  background: transparent url(../images/header.jpg);
  height: 100px;
}

#cabeza h1 {
  background: url(../images/logo.png) no-repeat;
  float: left;
  height: 77px;
  text-indent: -9999px;
  overflow: hidden;
  width: 395px;
}

#cabeza input {
  background: white;
  border:0;
  color: gray;
  display: block;
  float: right;
  font-size: 12px;
  font-style: italic;
}

#cabeza .text {
  height: 16px;
  width: 270px;
}

.buscar {
  background: white;
  border: 2px solid gray;
  display: block;
  float: right;
  margin-top: 20px;
  overflow: hidden;
  padding: 5px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

input#searchsubmit {
	display: none;
}

.search-excerpt {
	font-weight:bold;
}

h3.resulta a:link{
	color:#2200CC;
	font-style:normal;
	font-weight:normal;
}

h3.resulta a:visited {
	color:#551A8B;
	font-style:normal;
	font-weight:normal;
}

h3.resulta {
	margin-bottom: 0 !important;
}

.metasearch a {
	color: green;
}

p.metasearch {
	margin: 0;
}

.busqueda {
	padding: 0 20px;
}

#nav {
  float: right;
  list-style: none;
  margin: 20px 0 0;
}

ul#nav {
  padding: 0;
}

#nav li {
  background: white url(../images/nav.jpg);
  float: left;
  font-weight: bold;
  height: 20px;
  margin-left: 5px;
  padding: 5px 10px;
  -khtml-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
	behavior: url(ie-css3.htc);
}

#nav li span {
	cursor: pointer;
}

.mapa {
background:none repeat scroll 0 0 lightgray;
height:320px;
margin:20px 0;
width:940px;
}

#nav li a {
  color: black;
  text-decoration: none;
}

#nav li a:hover {
}

li.resalto {
  background: yellow url(../images/nav3.jpg) !important; /* necesario para sobreescribir lo que puse en el id */
}

ul#nav li ul {
  border: 1px solid #ccc;
  background: white;
  color: black;
  display: none;
  list-style: none;
	margin-left: -11px;
  padding: 10px 0 0 0;
  position: absolute;
  top: 100px;
  width: 150px;
}

ul#nav li ul li {
  background: white;
  width: 120px;
}

ul#nav li ul li:hover {
  background: gray;
  color: white;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

li#foros {
	background: yellow url(../images/nav2.jpg);
	color: black;
}

/* cuerpo */

#cuerpo p, #cuerpo li {
	font-size: 14px;
}

#rotativo li {
	font-size: 13px;
}

.colizq, .colder {
	float: left;
	overflow: hidden;
	width: 320px;
}

.ui-tabs-hide {
	display: none;
}

#portada, .pagina {
  float: left;
  overflow: hidden;
  width: 640px;
}

#perla, #documentos, #profesores, #facebook {
  float: left;
}

#facebook .capsula {
	border: none;
	background: none;
}

#rotativo img {
	float: left;
	margin:0 18px 18px 0;
}

#rotativo li, #rotativo ul {
	list-style: none;
	margin:0;
	padding:0;
}

#residencias img, #residencias a {
	border:0;
	margin:0;
}

#rota {
	margin-top: 20px;
}

#rota .capsula img {
	border: 1px solid gray;
	margin: 5px;
	padding: 4px;
}

#rotativo {
	margin: 20px 10px;
	overflow: hidden;
	padding: 0 15px;
	box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
	-khtml-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
}

p.abstract {
	text-align: justify;
}

#metarticulo {
	float: right;
}

.metarticulo p {
	margin: 0 0 10px;
}

.metarticulo {
	padding: 10px;
}

p.autores {
	font-style: italic;
	text-align: center;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

.wp-caption.alignleft{
float: left;
padding: 3px 3px 0pt !important
}
.wp-caption.alignright{
float: right;
padding: 3px 3px 0pt !important
}

small.cal {
background:none repeat scroll 0 0 white;
color:black;
display:block;
float:left;
font-size:13px;
margin:5px;
width:45px;
}
strong.dia {
display:block;
text-align:center;
}
strong.mes {
display:block;
text-align:center;
text-transform:uppercase;
}
strong.ano {
background:none repeat scroll 0 0 Teal;
color:white;
display:block;
text-align:center;
}
.eventos-main .cal {
border:1px solid gray;
}

#atlas {
-moz-border-radius:10px 10px 10px 10px;
background:none repeat scroll 0 0 white;
margin-bottom:20px;
}
#atlas #titulo {
text-align:center;
}
.iatlas {
-moz-border-radius:5px 5px 5px 5px;
float:left;
height:220px;
margin:0 20px 10px;
padding:5px 0;
text-align:center;
width:280px;
}
.iatlas:hover {
background:none repeat scroll 0 0 #EDEDED;
}
.iatlas img {
background:none repeat scroll 0 0 white;
border:1px solid black;
margin:5px;
padding:2px;
}
.iatlas h3, .iatlas a {
color:#333333 !important;
font-size:18px !important;
font-weight:bold;
letter-spacing:-1px;
margin:0;
text-align:center;
text-decoration:none;
}

img.ims {
border:1px solid black;
display:block;
margin:0px auto 20px;
padding:2px;
}
.cero, .cuatro {
	float: left;
	margin: 20px 0;
	overflow: hidden;
	width: 50%;
}

.resena, #metaims {
	float: left;
}

.resena h2 {
	margin: 0;
}

.resena h3 {
	padding-top: 10px;
	text-align: center;
}

.inav {
  display: block;
  float: left;
  height: 42px;
  margin-top: 10px;
  width: 42px;
}

.meta {
	text-align: center;
}

.meta h3, .capsula h3 {
	letter-spacing:-1px;
	margin: 0;
}

.meta a {
	color: black;
	text-decoration: none;
}

.meta a:hover {
	text-decoration: underline;
}

.capsula img {
background:white;
border:1px solid gray;
float:left;
/*height:120px;*/
margin:10px;
width:120px;
}

#documentos .capsula img {
	background: none;
	border: none;
	float:left;
	height:100px;
	margin:10px;
	width:100px;
}

#profesores .capsula img {
	background: none;
	border: none;
	float:left;
	margin:10px;
	width:100px;
}

.autores {
  font-size: 14px;
  letter-spacing:-1px;
  margin: 0;
}

.widgetl {
  margin: 0px 10px 20px;
  width: 620px;
}

.widgetl a, .widget a {
	color: #333;
	text-decoration: none;
}

.widgetl a:hover, .widget a:hover {
	text-decoration: underline;
}

#noticias a {
	color: blue;
	text-decoration: underline;
}

.widgetl h2 {
  background: url(../images/barral.jpg) top center no-repeat;
  color: #333;
  font-size: 16px;
  height: 32px;
  letter-spacing:-1px;
  margin-bottom: 0px;
  width: 620px;
}

.capsula p {
	margin-top:0;
	padding:10px;
}

.perla, #capsula .capsula, #noticias ul, .capsula, .avales {
  background: #e5e5e5 url(../images/perla.png) repeat-x;
}

p.comilla {
  color: #ababab;
  float: left;
  font-size: 100px !important;
  font-weight: bold;
  margin: 0 10px 0 0;
  padding: 0;
}

#sidebar {
  float: left;
  width: 320px;
}

#mdcalc {
	float: left;
}

#noticias ul {
	margin: 0;
	list-style: disc;
	padding: 10px;
}

p.autperla {
	margin:10px;
	text-align:center;
}

.perlacontenido {
	margin-left:56px;
	width:236px;
}

.perlacontenido p {
	margin: 0;
	padding: 10px;
}

#secciones h2, #rotativo h2, h2#lastArchivs  {
  color:#333333;
  font-size: 24px;
  font-weight: bold;
  letter-spacing:-2px;
  margin: 20px auto 10px;
  text-align:center;
  text-decoration:none;
}

#secciones li {
  background: #fff url(../images/botoneslaterales.png) no-repeat;
  font-size: 18px;
  font-weight: bold;
  height: 37px;
  letter-spacing:-1px;
  margin: 0 auto 10px;
  padding-top: 6px;
  text-align: center;
}

#secciones li:hover {
  /*background: #fff url(../images/secbot.jpg) center top no-repeat;*/
}

#secciones ul {
  list-style: none;
  margin:0 10px 20px;
  padding:0;
}

.widget {
  margin: 0px 10px 20px;
  width: 300px;
}

.widget h2 {
  background: url(../images/barra.jpg) top center no-repeat;
  color: #333;
  font-size: 16px;
  height: 32px;
  letter-spacing:-1px;
  margin-bottom: 0;
margin-top: 0;
  width: 300px;
}

.widget h2 img, .widgetl h2 img {
  margin: 3px !important;
  vertical-align: middle !important;
  border: none !important;
}

#proximoseventos img, .capsula, #noticias ul, .perla, .subirfile, .metarticulo, .ireto, .avales {
  border-bottom: 1px solid #ababab;
  border-left: 1px solid #ababab;
  border-right: 1px solid #ababab;
}

a.botonreto {
background: lightgreen;
	border:1px solid green;
color: black;
display:block;
font-weight:bold;
margin:0 auto 5px;
padding:3px 10px;
text-align:center;
text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
width:120px;
/* optional rounded corners for browsers that support it */
-khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#proximoseventos h2, #subir h2 {
	margin-top: 20px;
}

#subir ol, #subir li {
	margin: 0;
}

.subirfile p {
	margin: 0 0 20px;
}

li.#subida1 {
	list-style: none;
	margin:0;
}

.subirboton {
	margin: 0 0 20px;
}

#subida1 {
	padding: 10px;
}

#subida1 #tit, #subida1 textarea, #autoria {
	border: 1px solid #ababab;
	font-size: 11px; 
	margin-bottom:10px;
	width: 276px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sidebar #subir {
	margin-bottom: 0;
}

#selectmat {
	display: block;
	margin: 10px 0;
}

/* pie */

.piebkg {
  background: #1f2024 url(../images/rayas.gif);
  border-top: 1px solid #d9d9d9;
}

#pie p {
  color: white;
}

#pie .secciones {
  font-weight: bold;
	margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}

.secciones a {
  color: white;
  text-decoration: none;
}

.secciones a:hover {
  text-decoration: underline;
}

#pie .aviso {
  text-align: justify;
}

#pestanas ul {
margin-left:42px;
margin-top:20px;
overflow:hidden;
text-align:center;
}
#pestanas ul li {
float:left;
width:120px;
}
.tabnav li {
display:inline;
list-style:none outside none;
margin:0 5px;
padding:3px 5px;
}
.tabnav li a {
color:lightgray;
display:block;
font-weight:bold;
outline:medium none;
width:120px;
}
.tabnav li.ui-tabs-selected, .tabnav li.ui-tabs-selected a {
color:black;
text-decoration:none;
}
.tabnav li:hover, .tabnav li a:active {
background:none repeat scroll 0 0 #DEDBD1;
}
.tabnav li a:hover {
color:black;
}
.tabdiv {
background:none repeat scroll 0 0 #FFFFFF;
border-bottom:1px solid gray;
border-top:1px solid gray;
margin:0 5px 20px 15px;
padding:10px 0;
}
#rotativo .tabdiv {
border:none;
margin:0;
padding:0;
}
#rotativo li {
	border:1px solid gray;
	background:url("../images/nav.jpg");
	float: left;
	margin: 0 10px 10px;
	padding: 5px 10px;
	text-align: center;
	width: 100px;
-khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#rotativo .ui-tabs-selected {
	box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	-khtml-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
}
#rotativo ul {
	overflow: hidden;
	padding:0 11px;
}
#rotativo li a {
color:black;
font-weight:bold;
text-decoration:none;
}
.ui-tabs-hide {
display:none;
}
.hpost img {
border:1px solid #E9E9E9;
float:left;
margin:10px 10px 0 5px;
max-height:200px;
max-width:200px;
}
.hpost h2, .hpost h2 a, #titulo {
color:#333333 !important;
font-size:30px !important;
font-weight:bold;
letter-spacing:-2px;
margin:0;
text-align:left;
text-decoration:none;
}
.hpost small {
background:none repeat scroll 0 0 #2462BC;
color:#FFFFFF;
display:inline;
font-size:11px;
padding:4px;
}
.hpost p {
color:#555555;
font-size:12px;
font-style:italic;
font-weight:normal;
margin-top:15px;
}
.hpost {
padding:0 5px;
}
.hpost:hover {
-moz-border-radius:5px 5px 5px 5px;
background:none repeat scroll 0 0 Orange;
}
.tabdiv .boton {
padding:3px;
}
#reto .boton {
margin-bottom:20px;
}

.incognita img, .info img {
	box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	-khtml-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
}

.wordtube {
	float: left;
	margin: 0 10px 20px 10px;
	width: 620px;
}

.info {
	float: left;
	margin: 20px 10px 0;
	width: 460px;
}

.info #titulo {
	text-align: center;
}

.boton {
-moz-border-radius:10px 10px 10px 10px;
border:1px solid #BBBBBB;
color:#464646;
margin:0 auto;
text-align:center;
width:200px;
}
.boton a {
color:lightgray;
display:block;
text-decoration:none;
}
#reto .boton {
padding:3px;
}
#reto .boton a {
color:lightgray;
display:block;
text-decoration:none;
}
#reto .boton a:hover {
color:black;
text-decoration:none;
}
.boton a:hover {
color:black;
text-decoration:none;
}

.svewrap table {
	width: 100%;
}

.svewrap {
	margin: 0 10px;
}

#tablewrapper {width:100%; margin:0 auto}
#tableheader {height:55px}
.search {float:left; padding:6px; border:1px solid #c6d5e1; background:#fff}
#tableheader select {float:left; font-size:12px; width:125px; padding:2px 4px 4px}
#tableheader input {float:left; font-size:12px; width:225px; padding:2px 4px 4px; margin-left:4px}
.details {float:right; padding-top:12px}
.details div {float:left; margin-left:15px; font-size:12px}
.tinytable {width:600px; border-left:1px solid #c6d5e1; border-top:1px solid #c6d5e1; border-bottom:none}
.tinytable th {background:url(../images/header-bg.gif); text-align:left; color:#cfdce7; border:1px solid #fff; border-right:none}
.tinytable th h3 {font-size:10px; padding:6px 8px 8px; margin: 0}
.tinytable td {padding:4px 6px 6px; border-bottom:1px solid #c6d5e1; border-right:1px solid #c6d5e1}
.tinytable .head h3 {background:url(../images/sort.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.tinytable .desc, .sortable .asc {background:url(../images/header-selected-bg.gif)}
.tinytable .desc h3 {background:url(../images/desc.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.tinytable .asc h3 {background:url(../images/asc.gif) 7px  center no-repeat; cursor:pointer; padding-left:18px}
.tinytable .head:hover, .tinytable .desc:hover, .tinytable .asc:hover {color:#fff}
.tinytable .evenrow td {background:#fff}
.tinytable .oddrow td {background:#ecf2f6}
.tinytable td.evenselected {background:#ecf2f6}
.tinytable td.oddselected {background:#dce6ee}
.tinytable tfoot {background:#fff; font-weight:bold}
.tinytable tfoot td {padding:6px 8px 8px}
#tablefooter {height:15px; margin-top:20px}
#tablenav {float:left}
#tablenav img {cursor:pointer}
#tablenav div {float:left; margin-right:15px}
#tablelocation {float:right; font-size:12px}
#tablelocation select {margin-right:3px}
#tablelocation div {float:left; margin-left:15px}
.page {margin-top:2px; font-style:italic}
#selectedrow td {background:#c6d5e1}

#documentos h4, #profesores h4 {
	font-size:15px;
	font-weight:bold;
	margin:0;
	min-height: 120px;
	padding:10px;
}

.avisotop {
	background: LightGoldenRodYellow;
	border: 1px solid black;
	padding: 5px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#pie .aviso a {
	color: white;
}
.paginafull {
	margin: 0 10px;
	width: 940px;
}

.tinytable img {
	float: left;
}

.tinytable span {
	display:block;
	margin-left:105px;
}

img#imgsvp {
	display:block;
	margin:0 !important;
	padding:0 !important;
	/*height:100% !important;*/
	width: 100% !important;
}

#avales {
	
}

.avales {
	padding: 5px;
}

#avales table {
	border-collapse:separate;
	border-spacing:2px;
	margin:0;
}

#avales table td {
	background:white;
	border:1px solid #ABABAB;
	font-size:11px;
}

#avales td.avex, #avales td.avimg {
	padding: 5px;
}

.fbinfo { 
	font-size:8px; 
	padding-left:10px;
}

#residencias a[href$=".pdf"]  {
	background:url("../images/icon-link-pdf.png") no-repeat scroll right center transparent;
	padding:5px 20px 5px 0;
}

#residencias ul {
	list-style:disc outside none;
	margin:0;
	padding:10px;
}

ul#enlaces, #enlaces li {
	list-style: none;
	margin: 0;
}

#enlaces img {
	vertical-align: middle;
	border: 1px solid #ababab;
}

#enlaces a {
	text-decoration: none;
}

#enlaces h2 {
	font-size:15px;
	font-style:italic;
	margin: 5px 0;
}

#enlaces li {
	margin: 5px 0;
}

.cimtegaleria {
	overflow: hidden;
	border:1px dashed lightBlue;
	margin-bottom:20px;
}