/* CSS Document */

/*  AREA LAYOUT-------------------------------------------------------------(~_^)*/

a {text-decoration: none}
a:link {color:#8E2248}     /* unvisited link */
a:visited {color:#006699}  /* visited link */
a:hover {color:#FF005A}   /* mouse over link */
a:active {color: #8E2248}   /* selected link */

a.md {text-decoration: none}
a.md:link {color:#999999}     /* unvisited link */
a.md:visited {color:#666666}  /* visited link */
a.md:hover {color:#666666}   /* mouse over link */
a.md:active {color: #999999}   /* selected link */

.html{



 }
*{
margin: 0px;
padding: 0px;
margin-left: auto;
margin-right: auto;


}

#fondo {
background-image:url(imas/barras.png);
	background-repeat: repeat-y;
	background-position: center;
}

#caja {

min-height: 100%;


width: 870px;
background-color:#FFFFFF;
position: relative;
height:100%;
}

.menuTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8E2248;
	
}

.tablaMenuTop  {
position:absolute;
top:95px;
width:100%;

}

.menuDown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999999;
	text-align:center;
}

.tablaHome  {
height:142px;
width:95%;
background-image:url(imas/bg.jpg);
	background-repeat: repeat;
	background-position: center;

}

.textoHome {
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:normal;
	text-align:justify;
	color:#333333;
	
	padding-top:5px;
	padding-bottom:25px;
	padding-right:10px;
}

p.capital:first-letter 
{
color: #000000;
font-weight:bold;
font-size:18px;
}

.textoGral {
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:normal;
	text-align:justify;
	color:#333333;
	
}
.textoGral15 {
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-weight:normal;
	text-align:justify;
	color:#333333;
	
}
.textoGral15_2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-weight:normal;
	
	color:#333333;
	
}
.titulos {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font-weight:normal;
	text-align:justify;
	color:#8E2248;
	padding-top:5px;
	padding-bottom:5px;
}
.titulosSeccion {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font-weight:normal;
	text-align:justify;
	color:#999999;
	padding-top:5px;
	padding-bottom:5px;
}.field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	background-color:#FCEFFF;
	border: 1px solid #333333;
	padding: 2px 2px 2px 2px;
}
.textoGralcenter {
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-weight:normal;
	text-align:center;
	color:#333333;
	
}

.textoMenuComida {
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	color:#333333;
	
	
}
.fondoDivisor {
background-image:url(imas/divisor.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.fondoPapel {
background-image:url(imas/paper.jpg);
	background-repeat: repeat;
	
	
}