/* CSS Document */
/* portada.css */

* {text-indent:0px; margin:0px; padding:0px; border:0px}

html, body {
		height:	100%;
		}

body 	{
		text-align: center;
		background-color: #FFFFFF;
		font-family: verdana, arial;
		text-decoration: none;
		font-size: x-small;
		color: #000000;		
		}
	
#cont-global {																	/* Contenedor global */
		text-align: left;
		width: 956px;
		height: 753px; 
		margin: 0 auto;
		}
		
#flash-inicio {																	/* Contenedor para la intro de Flash */
		float: left;
		width: 954px;
		height: 550px;
		/*margin-top: 70px;*/
		/*background-color: green;*/
		}		
		
#txtSalto1 {																	/* Skip Intro Español */
		float: left;
		width: 460px;
		height: 20px;
		margin-top: 10px;
		text-align: right;
		font-size: 11px;
		}	
		
#txtSalto2 {																	/* Skip Intro Inglés */
		float: right;
		width: 460px;
		height: 20px;
		margin-top: 10px;
		font-size: 11px;
		}						
		
#cont-global img {
		margin-right: 5px;
		}
		
#txtSalto1 a, #txtSalto2 a {
		color: #333333;
		text-decoration: none;
		}
		
#txtSalto1 a:hover, #txtSalto2 a:hover {										/* Propiedades del evento hover en el pie de página */
        text-decoration: underline;
		color: #666666;
		}							
			

