/* 
    Document   : cdinebase
    Created on : 27-nov-2008, 13:44:23
    Author     : Administrador
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.anosubrayado {
	text-decoration: none;
}

.anosubrayado:link {
	color: #9E1B34;
}

.anosubrayado:visited {
	color: #9E1B34;
}

.anosubrayado:hover {
	color: #9E1B34;
}

.padizq{
	padding-left: 140px;
}

.padizq2{
    padding-left: 60px;
}

.margenizq {
    margin-left: 25px;
}

.subtitulo {
    font-size: 1.1em;
    color: #9E1B34;  
}

.celdamaqizq {
	margin-left: 25px;
}

.celdamaqder {
	margin-right: 25px;
}

.doce {
	color: #9E1B34;
	font-weight: bold;
	font-size: 1em;
	background-color: #FFDEAD;
	text-align: left;
}

.bolalista {
  list-style-image: url("../imagenes/bolapeq.gif");
  text-align: left;
}

.enlinea {
	display: inline;    
}

.margen {
    margin-left: 150px;
    margin-right: 10px;
}

.centro100 {
    text-align: center;
}

.tabla100 {
    width: 100%;
}


.ancho60 {
    width: 60%;
}

.ancho30 {
    width: 30%;
}

.estrecho {
    white-space: nowrap;
}

.caption {
	background-color: #FFD475;
	text-align: LEFT;
	color: #9E1B34;
	font-size: 1em;
	padding-bottom: 1pt;
	font-weight: bold;
}

.my_class{
	color: blue;
    font-size: 1em;     
}

.body{	
      font-size: 1em;
	  color: black;
 }

.doce1{
    color: #9E1B34;
    font-size: 1em;
}

.empeq {
    font-size: 0.9em;
}

.celdaCD {
	vertical-align: top;
    padding: 5px 5px 1px 5px;
}

.arriba {
	vertical-align: top;
}

.formImagen {
	text-align: left;
	height: 171px;
	width: 150px;
}

.marcoimagen {
	display: inline;
	float: left;
}

.clase1 {
	height: 20px;;
	width: 50px;
	border: 0px;
}

.h1bajo {
    font-size: 0.5em;
}

.anchoOper {
	min-width: 20%;
	max-width: 70%;
}

.anchoPer {
	min-width: 15%;
	max-width: 20%;
}

.anchoObs {
	width: 20%;
}

.celdabordeinf {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #9E1B34;
    }
