@charset "utf-8";
/* CSS Document */


h1{
font-size:24px;
color:#FF0000;
}

p{
font-family:arial,sans-serif;
font-size:1em;
}

a,
a:link {
	color: #2a5cb7;
	text-decoration: none;
}

a:visited {
	color: #654242;
}

a:hover {
	color: #2a5cb7;
	background: url(../images/link_dotted_line.gif) repeat-x bottom;
}

/*
separador notas

border-bottom:2px solid #DDDBCE;
padding-bottom:20px;

*/

/*martes 23 de noviembre*/

.notas{
/*Dimensiones*/
width: 250px;
height: 100%;
/*height: 250px;*/
padding:4px 0;
/*esquinas redondeadas*/
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
/*Sombra*/
-moz-box-shadow: 0px 0px 4px #cccccc; /* FF3.5+ */
-webkit-box-shadow: 0px 0px 4px #cccccc; /* Saf3.0+, Chrome */
box-shadow: 0px 0px 4px #cccccc; /* Opera 10.5, IE 9 */
/*Fondo degradado*/
background-color: #ffffff;
background-image: -moz-linear-gradient(top, #ffffff, #cccccc); /* FF3.6 */
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #cccccc)); /* Saf4+, Chrome */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#cccccc'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#cccccc')"; /* IE8 */
/*
Sombra en el texto
 text-shadow: 1px 1px 3px #888; /* FF3.5+, Opera 9+, Saf1+, Chrome
 */
 border: 1px solid;
}

.titulo{
font:Georgia;
color:#2A5CB7;
font-weight:bold;
text-align:center;
font-size:3em;
/*padding-top:2px;*/
}

.enlaces{
padding-left:8px;
font:Arial, Helvetica, sans-serif;
font-size:2em;
