﻿/*Dimensiones base a tamaño escritorio*/
body
{
    font-family: Arial;
    color: Black;
    font-size: 1em;
   
}

.celdaEnlaces
{
    border: thin solid #C0C0C0;
}


a 
{
	text-decoration: none;
	 color: rgb(0, 0, 153);
	/*color: rgb(237, 50, 55);*/
}


a1
{
    text-decoration: none;
    color: rgb(0, 0, 153);
}

a:hover, a1:hover
{
	text-decoration: underline;
}

.contenido
{
	float: left;
}

.imagenEncabezado
{
	font-size: 100px;
	background-image: url('Imagenes/fondo.png');
	background-repeat: repeat-x;
}

.encabezado
{
	font-weight: bolder;
	width: 100%;
	height: 103px;
	text-align: center;
	margin: 0px 0px 0.5em 0px;
}


.logoPrincipal
{
	width: 500px;
	float: none;
}

.imagencoportamiento
{
	
	float: none;
}


.avisoFalla
{
	color: Red;
	padding: 0px;
	margin: 0px;
	font-weight: bolder;
}

.acceso
{
	font-size: 0.6em;
	font-style: italic;
	width: 100%;
	text-align: right;	
}

.campos
{
	background-color: rgb(62, 64, 149);
	color: White;
	width: 70px;
	margin-left: 0.5em;
}


.camposLog
{
	background-color: rgb(62, 64, 149);
	color: White;
	width: 70px;
	margin-left: 0.5em;
	padding: 2px 1px;
	font: bolder 12px Tahoma;
	 
}


.camposLogIn
{
    /* The light rounded section, which contans the fields */
    background-color: rgb(62, 64, 149); /* #FFFF99; #99B4C1*/
    border: 1px solid #0E0E0E;
    color: #FFFFFF;
    padding: 2px 1px;
    font: bolder 12px Tahoma; /* CSS3 box shadow, used as an inner glow  292929*/
    -moz-box-shadow: 0 0 10px #292929 inset;
    -webkit-box-shadow: 0 0 10px #292929 inset;
    box-shadow: 0 0 10px #292929 inset;
}




.textoTitulo
{
	width: 500px;
}

nav

{
	margin: 0px;
	padding: 0px;
	float: left;
}

nav ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

nav li
{
	display: inline;
	float: left;
}

.ubicacion
{
	float: right;
	margin-left: 20px;
	width: 400px;
}

#aInicio
{
	src: url('Imagenes/inicioInactivoTexto.png');
}

.tablaInfo
{
	height: 280px;
	display: inline-block;
	overflow: auto;
}

.titulo
{
	font-size: 1.2em;
	font-weight: bolder;
	margin-bottom: 1em;
}

.tituloTabla
{
	color: rgb(255, 241, 187);
	background-color:  rgb(62, 64, 149); /*rgb(42, 70, 48);*/
	font-size: 0.8em;
	font-weight: bolder;
}

.subtitulo
{
	font-weight: bolder;
	margin-bottom: 1em;
	color: rgb(237, 50, 55);
	border-bottom: 3px solid rgb(62, 64, 149);
	border-left: 3px solid rgb(62, 64, 149);
	box-shadow: -3px 3px rgb(0, 168, 89);
	padding: 3px 0px 3px 10px;
}

.slogan
{
	text-align: center;
	text-decoration: underline;
	font-style: italic;
	background-color: rgb(255, 241, 187);
	background-image: linear-gradient(left, white 0%, rgb(255, 241, 187) 50%, white 100%);
	background-image: -moz-linear-gradient(left, white 0%, rgb(255, 241, 187) 50%, white 100%);
	background-image: -o-linear-gradient(left, white 0%, rgb(255, 241, 187) 50%, white 100%);
	background-image: -webkit-linear-gradient(left, white 0%, rgb(255, 241, 187) 50%, white 100%);
	padding: 3px 0px 3px 0px;
}

.centrado
{
	text-align: center;
	padding: 0px 15% 0px 15%;
}

.justificado
{
	text-align:justify;
	padding: 0px 15% 0px 15%;
}


.maximoCelda
{
	text-align: left;
	max-width: 60%;
}

.imagenNoticia
{
	float: right;
	width: 300px;
	margin-left: 10px;
}

.textoComun
{
	text-align: justify;
}

.alineadoDerecha
{
	text-align: right;
}

.grid
{
	white-space: normal;
}

.grid td, .grid th
{
	padding: 6px;
}

img
{
	width: 100%;
}

input::-webkit-input-placeholder {
   color: rgb(13, 216, 120);
}

input:-moz-placeholder { /* Firefox 18- */
   color: rgb(13, 216, 120);
}

input::-moz-placeholder {  /* Firefox 19+ */
   color: rgb(13, 216, 120);
}

input:-ms-input-placeholder {  
   color: rgb(13, 216, 120);  
}

/*Dimensiones para un formato tipo tableta*/
@media screen and (max-width: 767px)
{
	body
	{
		font-family: Arial;
		color: Black;
		font-size: 0.9em;
	}
	
	.imagenEncabezado
	{
		font-size: 50px;
		/*background-image: url('Imagenes/Planeacionfinancieraalargoplazo.jpg');*/
		background-repeat: repeat-x;
	}
	
	.encabezado
	{
		font-weight: bolder;
		width: 100%;
		height: 53px;
		text-align: center;
		margin: 0px 0px 1em 0px;
	}
	
	.titulo
	{
		font-size: 1.3em;
		font-weight: bolder;
		margin-bottom: 0.8em;
	}
	
	.centrado
	{
		text-align: center;
		padding: 0px 5% 0px 15%;
	}
	
	.ubicacion
	{
		width: 250px;
	}
	
	img
	{
		width: 80%;
	}
	
	.logoPrincipal
	{
		width: 300px;
		float: none;
	}
}

/*Dimensiones para un formato tipo celular*/
@media screen and (max-width: 480px)
{
	.acceso
	{
		margin-bottom: 1em;
	}
	
	.logoPrincipal
	{
		width: 250px;
		float: none;
	}
	
	.imagenEncabezado
	{
		margin-top: 0.5em;
	}
	
	.ubicacion
	{
		width: 200px;
		float: none;
	}
	
	.grid, .grid thead, .grid tbody, .grid th, .grid td, .grid tr
	{
		display: block; 
	}
	
	.grid tr:nth-of-type(1)
	{
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.grid tr
	{
		border-bottom: 1px solid black;
	}
	
	.grid td
	{
		border: none;
		position: relative;
		padding-left: 40%;
		text-align: left;
		white-space: normal;
	}
	
	.grid td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 40%; 
		padding-right: 10px; 
        font-weight: bolder;
        color: rgb(42, 70, 48);
	}
	
	.tablaInfo
	{
		height: auto;
		overflow: hidden;
	}
	
	img
	{
		width: 100%;
	}
}