﻿.todo
{
	width: 100%;
	height: 300px;
}

.redondeado {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 5px 0px 0px 0px;
padding: 10px;
}

.bloque
{	
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	
	width: 180px;
	height: 180px;
	display: block;		
	-ms-filter: 'progid:DXImageTransform.Microsoft.Gradient(startColorStr=#E09516, endColorStr=#E09516)';
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#E09516,endColorStr=#E09516);
	-moz-box-shadow: 0 1px 2px #838383;
	-webkit-box-shadow: 0 1px 2px #838383;
	box-shadow: 0 1px 2px #838383;	
}

.panel
{	
	width: 180px;
	height: 180px;
	display: block;		
}

.pequeño
{	
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	
	width: 100px;
	height: 100px;
	display: block;		
	-ms-filter: 'progid:DXImageTransform.Microsoft.Gradient(startColorStr=#E09516, endColorStr=#E09516)';
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#E09516,endColorStr=#E09516);
	-moz-box-shadow: 0 1px 2px #838383;
	-webkit-box-shadow: 0 1px 2px #838383;
	box-shadow: 0 1px 2px #838383;	
}

.titulo
{
	font-family: Century Gothic,Segoe UI, Segoe Condensed, Arial;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;	
	float: left;
	width: 100%;
	text-align: left;
	left: 10px;
	top: 0px;
}

.peque
{
	font-family: Century Gothic,Segoe UI, Segoe Condensed, Arial;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;	
	float: left;
	width: 100%;
	text-align: left;
	left: 10px;
	top: 0px;
}

.fondoT
{
    background-color:transparent;
}

.fondoN
{
    background-color:Navy;
}

.fondoO
{
    background-color:Olive;
}

#main
{
    background-repeat: repeat-x;
    clear: both;
    text-align:center;
}

#DivMain
{    
    position: absolute;
    left: 50%;
    width: 920px;
    /*height:auto;
    overflow: auto;*/
    margin-top: 20px;
    margin-left: -440px;
}

#DivDerecha
{
    float: right;
    width: 150px;
    vertical-align:bottom;
}

.MigaRef 
{
    font-family: Century Gothic,Segoe UI, Segoe Condensed, Arial;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;	
	float: left;	
	text-align: left;	
	text-decoration: none;	
}

.MigaFinal
{
    font-family: Century Gothic,Segoe UI, Segoe Condensed, Arial;
	font-size: 1.5em;
	font-weight: bold;
	color: #CC0000;	
	float: left;	
	text-align: left;	
	text-decoration: none;
}

.MigaSeparador
{
    font-family: Century Gothic,Segoe UI, Segoe Condensed, Arial;
	font-size: 1.5em;
	font-weight: bold;
	color: #696969;	
	float: left;	
	text-align: left;
	text-decoration: none;
}

.divMiga
{
    width: 100%;
    margin-bottom: 30px;
}

