/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    MARGIN: 0px;
    background: WHITE url('../cas/gifs/fon_page.gif') repeat-x scroll 0 0;
}

.CT_Error {
		font-family:"Trebuchet MS", sans-serif;
		font-size:12px;
		background-color: transparent;
}  
.CT_Error p{
		color:#FF0000 !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-top:0px !important;
    padding-bottom:5px !important;
}  

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #CC0033;
}

H1	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	100%;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
  margin-bottom: 8px;
  margin-top: 8px;
}	
		
H2	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H3	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
}	

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
}
	
SMALL	{	
	font-size:	.7em;
}	

BIG	{	
	font-size:	1.17em;
}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
}	
	

UL LI	{	
	list-style-type:	disc ;
}	
	
OL LI	{	
	list-style-type:	decimal;
}	

OL OL LI	{	
	list-style-type:	lower-alpha;
}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
}	

IMG {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
	
.CT_Error {
		font-family:"Trebuchet MS", sans-serif;
		font-size:12px;
		color:#FF0000;
		background-color: transparent;
}    


/* Maquetación de tablas */
TABLE {
    border-collapse: collapse;
    font-family:arial, sans-serif;
    font-size:90%;
  }	
  
  /* Maquetación de tablas */
.TABLE {
    font-family:arial, sans-serif;
    font-size:90%;
    border: 1px solid #cccccc;
}	
	

/* Cabecera superior */
#cabecera	{
		  position: relative;
		  top   :   0px;
		  left  :   0px;
		  width : 100%;
		  height:  76px;
		  font-family:Arial, sans-serif;
		  font-weight: bold;
		  font-size:75%;
		  background-color: transparent;
}

#cabecera p	{
		  position: absolute;
		  top   :  15px;
		  left  : 175px;
}

#logo		{ 
		  position: absolute;
		  top: 0px; 
		  left: 0px;
		  background-color: transparent;
}

#logo_right		{ 
		  position: absolute;
		  top: 0px;
      right: 0px;
		  background-color: transparent;
}
    
/* Menú superior */
#menusup	{ 
    position: relative;
    width : 100%;
    height: 31px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:90%;
    font-weight:	bold;
    background: #216894 url('../cas/gifs/fon_tabla.gif') repeat-x;
}

.cols {
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  width: auto;
  height: 18px;
  padding-top: 0px;
}

.col4		{ 
  display: inline;
  width: auto;
  padding-right: 3px;
  background-color: #216894;
}

.cols #prim {
  padding-left: 3px;
}

.col2right {
  float: left;
  width: 25%;
}
.col2right p {
  margin-top:0px !important;
  margin-bottom:0px !important;
  padding-top:0px !important;
  padding-bottom:0px !important;
}
.col2left {
  float: left;
  width: 75%;
  
  
}


/***
 ***	Sub Menú
 ***/
#submenusup	{ 
		  position: relative;
		  width : 100%;
      height: 20px;
		  font-family:Arial, sans-serif;
		  font-size:80%;
      font-weight:	normal;
      margin-top: 2px;
		  color:#FFFFFF;
      background-color: #8C0000;
}
    
#areasubmenu {
  position: absolute;
  left  : 0px;
  padding-top: 3px;
  padding-left: 5px;
}
#areasubmenu  a{
	color:#FFFFFF;
	text-decoration: none;
}

#contactosubmenu  {
  position: absolute;
  right: 0px;
  padding-top: 3px;
  padding-right: 5px;
}
#contactosubmenu  a{
	color:#FFFFFF;
	text-decoration: none;
}

/***
*** Contenido
***/
#subcontenido {
  position:relative;
  height: auto;
  background-color: #EDF1F2;
  margin-right: 1%;
  margin-top: 10px;
  margin-left: 1%;
  padding-bottom:10px;
}

#subcontenido p {
    font-family:Arial, , sans-serif;
    font-weight:	normal;
    font-size:90%;
    color:#000000;
    padding-left: 10px;
    padding-top: 5px;
}

#subcontenido a {
    font-family:Arial, sans-serif;
    font-weight:	bold;
    color:#216894;
}

#subcontenido h2 {
    font-family:Arial, sans-serif;
    font-weight:	bold;
    font-size:100%;
    padding-left: 10px;
    color:#F96E09;
}

#subcontenido .hr	{ 
		  clear: left;
		  width : auto;
		  height:   1px;
		  margin:   5px   0px   5px   0px;
		  border-top: 1px SOLID #216894; 
		}
		
#subcontenido .subcontleft {
	margin-top: 20px;
	margin-left: 1%;
	float  : left;
	width  : 74%;
	position:relative;
}

#subcontenido .subcontright {
	margin-top: 20px;
	float  : right;
	width  : 24%;
	position:relative;
}

.contenidoblanco {
  position:relative;
  width : 96%;
  height: auto;
  background-color: #ffffff;
  margin-right: 2%;
  margin-top: 10px;
  margin-left: 2%;
  padding-bottom:10px;
  margin-top:20px;
}

.contenidoblanco p {
    font-size:80%;
    font-family:Arial, sans-serif;
    font-weight:	normal;
    color:#000000;
    padding-left: 5px;
    padding-top: 5px;
}

.contenidoblanco h3		{
		  color:#216894;
      font-size : 90%;
      font-weight:	bold;
		  margin:10px 0px  -5px   30px;
}

.imgbuscador  {
  width:96%;
  margin-right: 1%;
  margin-left: 1%;
  padding: 5px 15px 5px 0px;
	border-bottom: 1px SOLID #8C0000;
}

.imgbuscador  a {
 position: absolute; top: 4px; right: 2%;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}

/***
 ***	Zona de Contenido
 ***/
#cont		{
      position:relative;
      font-family :Arial, Sans-Serif;
		  background-color: #ffffff;
      margin-right: 1%;
      margin-top: 10px;
      margin-left: 1%;
}

.imgdirectorio  {
  padding: 5px 0px 5px 0px;
	border-bottom: 1px SOLID #8C0000;
}

#cont p		{
		  color:#000000;
      font-size : 80%;
		  margin:5px   0px  0px   10px;
}

#cont h2		{
		  color:#F96E09;
      font-size : 100%;
		  margin:10px 0px  -5px   10px;
}


#cont a		{
		  color:#216894;
      font-size : 85%;
      text-decoration:underline;
}

#cont li {
    color:#216894;
}

.mosaic			{
			  width : auto;
			  border: 0px;
			}
.mosaic .lista		{
    float : left;
    width:50%;
    border: 0px SOLID GREEN;
  }
      
.mosaic .lista	p	{
	  padding: 2px 0px 0px 5px !important;
    margin: 0px 0px 0px 5px !important;
    vertical-align:top !important;
  }
      
/***
 ***	Zona de Formularios
 ***/
.form	{
	float:center !important;
	border: 0px !important;
	width: 90%;
}
.formrow  {
	padding-top: 10px;
	clear: both;
	padding-left: 10%;
}

.formColLeft		{
	width: 150px;		  
	float:left;
	text-align:top;
		}
.formColLeft	p{
	padding-top: 1px !important;
	margin-top: 1px !important;
		}
.formColRight		{
	width: auto;		        
	float:left;   
} 

.formbotonesRight  {
  text-align: right;
  font-size : 100%;
  width:260px;
  padding: 0px 0px 0px 0px;
}

.botonesform  {
  text-align: right;
  padding-right:2%;
  font-size : 100%;
}

.botonesform   a{
  text-decoration:none !important;	
}

.submit	{ font-family: arial, sans-serif;
		  background-color: #EDF1F2; 
		  border: 0px;
		  color:#216894;
		  text-decoration:none !important;	
		  FONT-WEIGHT: bold;
}		
.reset	{ 
      font-family: arial, sans-serif;
		  background-color: #EDF1F2; 
		  border: 0px;
		  color:#216894;
		  text-decoration:none !important;		  
		  FONT-WEIGHT: bold;
}

.input	{
	    font-family:Arial, , sans-serif;
	    font-weight:	normal;
	    font-size:90%;
}

#banner {
  clear:both;
  position:relative;
  width : 400px;
  height:50px;
  margin-right: 1%;
  margin-left: 1%;
  border:1px solid black;
}

#piecolaboradores {
  position:relative;
  clear:both;
  margin-top:10px;
  background-color: #EDF1F2;
  width : 98%;
  margin-right: auto;
  margin-left: auto;
  height: 61px;
  text-align:center;
}

.lopd		{
		  font-size : 85% !important;
		  font-style: italic;
		  margin    : 0px;
		  padding   : 0px;
		}
    
#bannersimo{
 margin-left:auto;
  margin-right:auto;
  text-align:center; 
}