﻿/* Estilos de las pagina */
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html { 
	font-size:100.01%; 
}

body {
    font-size: xx-small; /* IE5.x */
    fon\t-size: x-small; /* Estandares */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	text-align:center;
}

/* FLOATS PARA LOS CONTENIDOS DE LA HOME; */
.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
    display: block;
}
/* End hide from IE Mac */

/* Maquetamos el contenido alternativo */
 html, body, #contenedor_flash {
	height: 100%;
}
p{
	font-size: 1.4em;
	min-height: 50px;
}
* html p{
	height: 50px;
}
.caja_notificacion{
	border: 1px solid #FF9900;
	padding: 10px;
}
.caja_notificacion p{
	text-align: left;
	padding-left: 50px;
	background: url(../images/global/icAlerta.jpg) no-repeat top left;
}
h1 {
	text-align: left;
	font-size: 4em;
	margin-bottom: 10px;
}


