
/* Documento CSS */

table {border-collapse:collapse; border: none; border: #000;}td {padding:0; margin:0; vertical-align: top;}A:link {text-decoration:none; color: #000; font-size: 16px;}A:visited {text-decoration:none; color: #000;}A:active {text-decoration:none; color: #000;}A:hover {text-decoration:none; color: #000;}input[type=submit]{font-size: 14px;}input[type=text]{font-size: 12px;}img{border: none;}html, body{margin:0; padding:0; background-image: url('./dibgen/fondo.png');}
.marcoprincipal{background-color: #888;padding: 10px;border-radius: 10px;margin-top: 10px;}.marco2{background-color: #ddd;padding: 10px;border-radius: 10px;margin-top: 10px;}.marco3{background-color: #FFF;padding: 5px;margin: 2px;border-width: 2px;border-style: solid;border-color: #000;border-radius:10px;}.boton001{text-align: center;font-weight: bold;font-size: 16px;padding-left: 5px;padding-right: 5px;background-color: #EEE;border-radius: 5px;border: 1px black outset;cursor: pointer;}.boton002{font-size: 12px;cursor: pointer;text-align: center;background-color: #EEE;border-radius: 10px;border: 1px black outset;font-weight: bold;padding-left: 5px;padding-right: 5px;}
.titulo1{color: #FFF;font-size: 20px;font-weight: bold;margin-top: 5px;margin-bottom: 15px;text-align: center;}.titulo2{color: #000;font-size: 18px;font-weight: bold;margin-top: 5px;margin-bottom: 5px;}.tituloP{color: #FFF;font-size: 40px;font-weight: bold;background-color:#888;text-align: center;}.entradas{font-size: 15px;margin-top: 5px;font-weight:bold;height: 25px;}

/* Estilos  */

.botonP001
{
height: 30px;
margin:5px;
font-size: 18px;
color:#fff;
text-align:center;

cursor: pointer;
background-color:#30bcd2;
border-color:#f0e78c;
border-radius:8px;
border-width:4px;
border-style:outset;

padding-left:5px;
padding-right:5px;
}

.botonP002
{
margin:5px;
font-size: 18px;
color:#fff;
text-align:center;

cursor: pointer;
background-color:#30bcd2;
border-radius:8px;
}

.texto1
{
font-size:20px;
font-weight:bold;
margin-top: 5px;
margin-bottom: 15px;
text-align:center;
}

.borde1
{
margin:5px;
border-color:#f0e78c;
border-radius:12px;
border-width:4px;
border-style:solid;

padding:10px;
}

.datos
{
font-size: 15px;
margin-top: 5px;
height:25px;
font-weight:bold;
}

.pie
{
font-size: 18px;
font-weight:bold;
text-align:center;
color:#f37e0f;
}

/* Fin Estilos  */


