﻿h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2D507E;
	font-size:2.6em;
	background:#fff;
	margin-top:.5em;
}
h1 a 
{
	color: #FFFFFF;
	font-weight:bold;
}
h2 {
    color:#2D507E;
    font-family:"Trebuchet MS",Georgia,"Lucida Sans Unicode",Tahoma,Geneva,Arial,Helvetica,sans-serif;
    font-size:1.55em;
    margin: 10px 0 12px 0;
    font-weight: bold;
    background-color: #EEEEEE; 
    border: solid 1px #2D507E ;
    padding: 3px 3px 3px 3px;
}

h3 {
	/*clear: both;*/
	font-family:Georgia, "Times New Roman", Times, serif;
    margin:.5em 0 0 0;
    font-size:1.2em;
	padding: 0.5em 3em;
	border-bottom: 2px solid #2D507E;
	color: #2D507E;
	line-height: 2.5em;
	background-color:Transparent;
	background-image: url('../Imagenes/IcoTitle.png');
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
    display:inline;
}

p{
	line-height:1.6em;
	margin:10px 0;
	text-align:justify;
}
a{
	text-decoration:underline;
	color:#cc0000;
}
a:hover, a:focus{
	text-decoration:none;
}
.TablaInterna
{
   margin: 15px;
   width:90%;
}



/* Mensajes */

.mensaje {
    background-color:#F8F8F8;
    border-bottom:1px dashed #666666;
    border-top:1px dashed #666666;
    font-size:1.2em;
    font-weight:bold;
    margin:1em 0;
    padding: 7px 0px 7px 60px;
    background-position:left center;
    background-repeat:no-repeat;   
    background-position: 5px center;
    
}
.error{
     background-image: url('../Imagenes/msjError.png');
     color:#CC3300;
}
.info{
     background-image: url('../Imagenes/msjInfo.png');
     color:Blue;
}
.ok{
     background-image: url('../Imagenes/msjOk.png');
     color:Green;
}
.warning{
    background-image: url('../Imagenes/msjWarning.png');
     color:Orange;
}
.mail{
    background-image: url('../Imagenes/msjMail.png');
    color:Green;
    background-color: Yellow;
}
.mensaje ul
{
    list-style-image:none;
    list-style-position:inside;
    list-style-type:disc;
}
.mensaje ul li
{
    font-weight:normal;
}
.mensaje p,.mensaje ul
{
    margin: 15px;
    padding: 0px;
    text-align: left;
}