body {
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: #ffffff;
	width: 100%;
}

.titulo {font-family:arial; font-size:19pt;color:#fff;text-align:center;text-decoration:none;font-weight:bold;text-shadow: 3px 3px 3px #000;line-height:28px;}
.titulo2 {font-family:arial; font-size:26pt;color:#fff;text-decoration:none;text-shadow: 3px 3px 3px #000;line-height:45px;}
.titulo3 {font-family:arial; font-size:30pt;color:#000;text-decoration:none;font-weight:bold;line-height:40px;}
.titulo4 {font-family:arial; font-size:30pt;color:#000;text-decoration:none;line-height:45px;}
.datos {font-family:arial; font-size:22pt;color:#000000;text-decoration:none;line-height:38px;}
.datos_a {font-family:arial; font-size:22pt;color:navy;font-weight:bold;text-decoration:underline;line-height:38px;}
.datos1 {font-family:arial; font-size:26pt;color:#000000;text-decoration:none;line-height:40px;}
.pie {font-family:arial; font-size:21pt;color:#ffffff;text-decoration:none;line-height:45px;}
.link {font-family:arial; font-size:15pt;color:#000;text-decoration:none}
.link:Hover  {font-family:arial; font-size:15pt;color:#000;text-decoration:none}
.link2 {font-family:arial; font-size:12pt;color:#000;text-decoration:underline;font-weight:bold}
.link2:Hover  {font-family:arial; font-size:12pt;color:#000;text-decoration:none;font-weight:bold}
.link3 {font-family:arial; font-size:26pt;color:blue;text-decoration:none;line-height:45px;}
.link3:Hover  {font-family:arial; font-size:26pt;color:red;text-decoration:none;line-height:45px;}
.link3a {font-family:arial; font-size:30pt;color:blue;text-decoration:none;line-height:45px;}
.link3a:Hover  {font-family:arial; font-size:30pt;color:red;text-decoration:none;line-height:45px;}
.link4 {font-family:arial; font-size:20pt;color:blue;text-decoration:underline;line-height:35px;}
.link4:Hover  {font-family:arial; font-size:20pt;color:red;text-decoration:none;line-height:35px;}

.link_titulo {font-family:arial; font-size:32pt;color:blue;text-decoration:underline;line-height:45px}
.link_titulo:Hover  {font-family:arial; font-size:32pt;color:red;text-decoration:none;line-height:45px}
.nolink_titulo {font-family:arial; font-size:32pt;color:#000;text-decoration:none;line-height:45px}
.lema {font-family:arial; font-size:20pt;color:#000;text-decoration:none;line-height:40px;}
.pie {font-family:arial; font-size:20pt;color:gray;text-decoration:none;line-height:22px;}
.convenio {font-family:arial; font-size:20pt;color:#000;text-decoration:none;line-height:35px;}

.button {font-size:30pt; color:#ffffff; background-color:navy; border-style:outset; border-color:black}
.boxform {font-size:30pt;font-family:arial;color:gray;background-color:white;border-color:lightblue;border-width:1px;border-style: solid;}


.polaroid {    background-color:white;    padding:10px 10px 10px 10px;    border:1px solid #BFBFBF;    box-shadow:10px 10px 20px rgba(0, 0, 0, 0.8);}
.RotarDer {    transform:rotate(-5deg);    -ms-transform:rotate(-5deg); /* IE9 */    -webkit-transform:rotate(-5deg); /* Safari y Chrome */    -moz-transform:rotate(-5deg); }
.RotarIzq {    transform:rotate(5deg);    -ms-trasform:rotate(5deg); /* IE9 */    -webkit-transform:rotate(5deg); /* Safari y Chrome */    -moz-transform:rotate(5deg); }

.backg {
     background-size: 100% 100%;
     background-repeat: no-repeat;
 } 
 .backg2 {
     background-size: 100% 100%;
     background-repeat: no-repeat;
     font-family: arial;
     font-size: 34pt;
 } 
.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 0.5;
      } 