
/* CSS Document */

@import "estilostabs.css";
/**************************************
     ESTILOS GENERAL
**************************************/	  
.tachado{
	text-decoration: line-through;
}

.peque {
	font-size: 0.8em;
}

.enlace {
	font-size: 0.85em;
}

.pie {
	color: #004761;
	font-size: 0.8em;
}

.pieazul {
	color: #004761;
	font-size: 0.8em;
}

.piegris {
	color: #999999;
	font-size: 0.8em;
}

.azul {
	color: #004761;
	font-weight: bold;
}

.blanco{
	font-weight: bold;
	color: #FFF;
}

.ocre {
	color: #77783E;
	font-weight: bold;
}

.aviso {
	font-size: 100%;
	font-weight: bold;
	color: #990000;
	text-align: center;
}

.cab {
	font-size: 105%;
	font-variant: small-caps;
}

.textocentrado {
	text-align: center;
}

.textoder {
	text-align: right;
}

.textoizq {
	text-align: left;
}

.msgerror{
	font-weight: bold;
	color: rgb(107,57,1);
	border: 1px solid #990000;
}


/**************************************
     LISTAS
**************************************/	  

lu.lipad{
	padding-top: 5px;
	padding-bottom: 5px;
}

.lipad li{
	padding-top: 10px;
}

/**************************************
     MENUS
**************************************/	  

div.bloques{
	clear:both;
	position:relative;
	margin-top: 3%;
	margin-left: 10%;
}

div.bloquesenlaces{
	clear:both;
	position:relative;
	margin-top: 3%;
	font-size: 0.85em;
	width:90%;
}

div.bloques_izq{
    margin-bottom: 30px;
    float:left;
	width:40%;
}
div.bloques_der{
    margin-bottom: 30px;
    float:right;
	width:40%;
}

div.formul{
	padding-bottom: 15px;
	width:60%;
	text-align: right;
}

div.bloquetitulo {
   font-size:90%;
   font-weight:bold;
}

div.bloquetituloSV {
	font-size:90%;
	font-weight:bold;
	text-decoration: line-through;
}

div.bloquedescrip {
    font-size:70%;
}

div.bloquesubtit {
	font-size:75%;
	font-weight:bold;
    padding-top:5px;
	text-align: right;
}


/**************************************
     PAGINAS
**************************************/	  
.paratitulo {
    clear:both;
	left: 0px;
	top: 0px;
	position: relative;
	width: 97%;
	margin-left: 5px;
	margin-bottom: 20px;
	border: 1px solid rgb(194,168,114);
	border-left: none;
	background: #fff url('images/fondoparatituloapple.gif') repeat-x bottom;
    margin-top: 0px;
	margin-right: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 0px;
}

.paratitulo h2      {
	font-size: 90%;
	color:#252515;
	display: inline;
	font-weight: 600;
	padding: 0;
	margin:0;
	background: url(none);
	font-variant: normal;
	font-style: normal;
}

.paratituloSV {
    clear:both;
	left: 0px;
	top: 0px;
	position: relative;
	width: 97%;
	margin-left: 5px;
	margin-bottom: 20px;
	border: 1px solid rgb(194,168,114);
	border-left: none;
	background: #fff url('images/fondoparatituloapple.gif') repeat-x bottom;
    margin-top: 0px;
	margin-right: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 0px;
}

.paratituloSV h2      { 
   font-size: 90%; 
   color:#252515;
   display: inline;
   font-weight: 600;
   padding: 0;
   margin:0;
   text-decoration: line-through;
}

div.cuadropag, p.cuadropag {
	font-size: 90%;
	margin-left: 3%;
	text-align: justify;
	margin-right: 2%;
}
div.cuadropag h2, p.cuadropag h2 {
	font-size: 115%;
	font-variant: small-caps;
	font-style: italic;
	text-align: left;
	background: url('images/dot.gif') no-repeat left;
	padding-left: 2.5%;	
}

.cuadropag img{
	border: 1px solid #003399;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cuadropag A:link {
	color: #004761; 
	text-decoration: none;
}

.cuadropag A:visited {
	color: #99F;
	text-decoration: none;
}

.cuadropag A:hover {
	color: rgb(100,0,0); 
	text-decoration: underline;
}

.cuadropag A:active {
	text-decoration: none;
}


div.m_enlaces {
	color: #999999;	
}

div.tit {
	color: #77783E; 
	background-color: transparent;
	padding: 5px 0px 10px 0px;
}

div.bl_anuncio{
	float:left;
	width:30%;
	height:40px;
	border: thin double #990000;
	margin-right: 10px;
	font-size: 0.75em;
	overflow: hidden;
	margin-bottom: 5px;
	background-image: url(images/fondobodyr.gif);
	background-repeat: repeat;
}

div.bl_anuncio img {
	margin-right: 5px;
	margin-left: 5px;
	border:none;
}

div.impag {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

img.sinborde {
	border:0;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

img.icono {
    border:0;
	margin:0px;
}

.actividades h3:first-letter{
   color: #CC0033;
   font-size: xx-large;
   text-decoration:none;
}

.ipagina {
	background:none;
}

/**************************************
     TABLAS
**************************************/	  

table
{
	font-size: 90%;
	border-collapse: collapse;
}


/* tabla de galeria de imagenes*/

TABLE.tficha {
	width:95%;
    padding: 0px 0px 0px 0px;
	font-size:0.9em;
	font-size:0.9em;
	border: none;
}

TABLE.tficha td {
	vertical-align:middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

TABLE.tficha img{
  margin: 0px;
}


/* tabla de org. gobierno y comisiones y */

table.cdelegada 
{
	border: none;
	font-size: 85%;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
}

table.cdelegada td.ncol1 {
	color: #454545;
    width: 65%;
	text-indent: 0px;

}

table.cdelegada td.ncol2 {
	color: #77783E;
	color: #004761;
	font-size: 80%;
	width: 35%;
		text-indent: 0px;

}

/* tabla de planes de estudios (programas y guias) */

table.tpestudios2 
{
    border-collapse      : collapse;
    width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

table.tpestudios2 thead th, table.tpestudios2 tbody th
{
	padding               : 3px 0;
	color                 : #FFFFFF;
	background-color: #006699;
	font-variant: small-caps;
	font-size: 75%;
}

table.tpestudios2 tbody th
{
  text-align            : left;
  font-weight           : normal;
  padding-left:5px;
  text-indent: 0px;
}

table.tpestudios2 tbody tr td
{
	padding-top:3px;
	color: #666;
	font-size: 85%;
	padding-left:5px;
	text-indent: 0px;
}
table.tpestudios2  td.centrado, table.tpestudios2  th.centrado
{
	text-align: center;
}

table.tpestudios2  td.largo, table.tpestudios2  th.largo
{
	padding-right: 2em;
}

table.tpestudios2 caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table.tpestudios2  a:link
{
	font-size: 100%;
	color: #666;
}
table.tpestudios2  a:visited
{
	color                 : #666;
}
table.tpestudios2  a:hover
{
	color                 : #003366;
	text-decoration       : underline;
}
table.tpestudios2  a:active
{
	color                 : #003366;
}

/* tabla de planes de estudios (tabla resumen de créditos) */

table.rpestudios, table.rpestudios td {
	border               : 1px solid #CCC;
	border-collapse      : collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

table.rpestudios thead th, table.rpestudios tbody th
{
	padding               : 3px 0px 3px 5px;
	color                 : #FFFFFF;
	background-color: #006699;
	font-variant: small-caps;
	font-size: 75%;
}

table.rpestudios tbody tr td
{
	padding               : 2px 0px;
	color                 : #666;
	font-size: 85%;
}

/* tabla de fichas y programas de asignaturas  */


table.tpgms 
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

table.tpgms tbody th
{
	text-align            : center;
	font-size             : 105%;
	padding               : 10px 0;
	color                 : #FFFFFF;
	background-color: #006699;
	font-weight: bold;
	font-variant: small-caps;
}

table.tpgms tbody tr td
{  border                :1px solid #CCC;
   padding               : 5px 10px;
   color                 : #666;
}

table.tpgms  a:link
{
	color                 : #666;
}
table.tpgms  a:visited
{
	color                 : #CA6060;
}
table.tpgms  a:hover
{
	color                 : #900;
	text-decoration       : none;
}
table.tpgms  a:active
{
	color                 : #003366;
}

table.tpgms thead td
{
	font-size             : 105%;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
table.tpgms thead a:visited
{
	color                 : #666;
}

