/* Vatican background y margenes de página*/

body {
background-image: url('sfondo.jpg');
margin-top: 10px;
margin-right: 40px;
margin-bottom: 10px;
margin-left: 40px;
font-family: "Times New Roman", Arial, verdana, sans-serif;
font-size: 14pt
}

/* Vínculos y HTML Code has text */

code {
color: blue;
font: bold 11pt;
}

.box {
	border-right: gray 2px double;
   padding-right: 1em;
   border-top: gray 2px solid;
   padding-left: 1em;
   margin-bottom: 1em;
   padding-bottom: 0em;
   border-left: gray 2px solid;
   padding-top: 0em;
   border-bottom: gray 2px solid;
}

#picturel { 
float: 
left; 
width: 
100px; 
}

#picturer { 
float: 
right; 
width: 
100px; 
}

.codebox strong {
	color: #cc0000
}

pre {
	
}

a:link {
   color: #0000c0;
}

a:visited {
   color: #8000c0;
}

a:hover {
    color: #a82030;
}

a:active {
    color: #a82030
    background-color: #fcfbc4
}

/* classes para texto */

p {
	margin-top: 0px;
   padding-top: 0px
}

td.coro {
font-weight: normal;
font-size: 14pt
}

p.prenotando {
color: #ff0000;
font-weight: normal;
font-size: 14pt
text-align: justify;
}

p.red {
color: #ff0000;
font-weight: normal;
font-size: 14pt
text-align: justify;
}

.text-objetivo {
color: #ff0000;
font-weight: bold;
}

.center {
text-align: center;
}

.justify {
text-align: justify;
}

.title-color {
color: #ff0000;
font-weight: normal;
font-size: 14pt
}

.italic-text {
color: #ff0000;
font-style: italic;
text-align: justify
font-size: 12pt
}

.title-text {
font: bold 14pt;
}

.title-object
{
font: bold 14pt;
}

.indent-justify {
text-indent: 30px;
text-align: justify;
}

.outdent-justify {
text-indent: -30px;
text-align: justify;
}

/* Bulet Graficas para text */

.cuadro {
background: url('cuadro.gif') no-repeat left;
padding-left:15px;
padding-right:0;
padding-top:0;
padding-bottom:0;
}


