﻿/* CSS Document */

body{
	margin: 5px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image:url('../images/fondhome.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	color: #999999;
}

a{
	text-decoration: none;
	color:#336699;
}

ul, li{
	margin:0px;
	padding:0px;
	list-style:none;
}

.clear{
	clear: both;
}

.escondido{
	display: none;
}

#allContents{
	display: block;
	width: 960px;
	height: 520px;
	margin:auto;
}

#menuLeft{
	float:left;
	width: 260px;
}

.itemMenu{
	display: block;
	width: 260px;
	text-align: right;
	font: 12px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}

#menuLeft .itemMenu a{
	display: block;
	margin-bottom: 10px;
	line-height: 12px;
}

#menuLeft .itemMenu a strong, #menuLeft .itemMenu a:hover span{
	color: #6699cc;	
}

#menuLeft .itemMenu a span{
	color: #999999;
}

#menuLeft .itemMenu a:hover strong{
	color: #cc0000;	
}

#menuRight{
	display: block;
	float:right;
	margin: 15px;
	text-align: right;
}

#menuRight strong{
	color: #CC0000;
}

#logo{
	display: block;
	margin-top: 30px;
	margin-left: 40px;
}

#info{
	float:right;
	margin:0px;
	width:480px;
	height: 470px;
	padding-top:26px;
	padding-left:40px;
	padding-right:180px;
	
}

.vidrioHome{
	background-image:url('../images/hometextos.jpg');
	background-position:40px 26px;
	background-repeat:no-repeat;
}

.vidriostrategy{
	background-image:url('../images/strategytextos.jpg');
	background-position:40px 26px;
	background-repeat:no-repeat;
}

.vidrioclients{
	background-image:url('../images/clientstextos.jpg');
	background-position:40px 26px;
	background-repeat:no-repeat;
}

.vidriosphysics{
	background-image:url('../images/physicstextos.jpg');
	background-position:40px 26px;
	background-repeat:no-repeat;
}

.vidriosmethodology{
	background-image:url('../images/methodologytextos.jpg');
	background-position:40px 26px;
	background-repeat:no-repeat;
}


#IdeasLogo{
	float: right;
	width: 220px;
	height: 96px;
	margin-bottom: 120px;
	background-image:url('../images/leapideaslogo.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}

.margensuperior{
	height: 55px;
}

.margensuperiorShort{
	height:20px;
}

#Disclaimer{
	padding:50px;
	padding-top: 105px;
}

#textosstrategy{
	margin: 0px 30px 5px 50px;
	height: 240px;
	overflow:auto;
	clear: both;
}

#textosPhysics{
	margin: 20px 30px 5px 50px;
	height: 290px;
	overflow:auto;
	clear: both;
}

#textosstrategy p{
	padding-left:30px;
}

#pata{
	margin: auto;
	width: 960px;
}

#pata a:hover{
	text-decoration: underline;
}

#pata ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.LeaPVisual{
	display: block;
	float: right;
	width: 120px;
	height: 20px;
	margin-top: 40px;
	background-image:url('../images/patavisual.gif');
	background-position: right bottom;
	background-repeat:no-repeat;
}


.copyright{
	float: right;
	height: 30px;
	display: block;
}

.logopata{
	float: right;
	margin-left: 5px;
	margin-right: 5px;
}

.leapSimple{
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}

.legal{
	text-align: right;
	margin-right: 15px;
	white-space: nowrap;
	float: right;
}


/* Text Styles */

h3, h4, h5, h6{
	font: 16px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.notas{
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
}

.lista{
	list-style: square;
}

.colorGris{
	color:#999999;
}

.colorAzulOsc{
	color:#336699;
}

.colorAzulMed{
	color: #6699CC;
}

.colorAzulClar{
	color: #99CCFF;
}

.colorRojo{
	color:#CC0000;
}

.colorBlanco{
	color:#FFFFFF;
}