/* CSS Document */

body{
	background:#FFFFFF;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:0.8em;
}

.home{
	background:url(../Images/Public/bg_home.png) top center repeat-x;
}

.section{
	background:url(../Images/Public/bg_section.png) top center repeat-x;
}

.home #general{
	background:url(../Images/Public/bg_splash.png) top center no-repeat;
}

.section #general{
	background:url(../Images/Public/bg_splash_section.png) top center no-repeat;
}

#general{
	background:url(../Images/Public/bg_splash.png) top center no-repeat;
}

#header{
	height:40px;
}

#header-content{
	margin:0 auto;
	padding-top:6px;
	width: 1000px;
}

#header-content #header-menu{
	padding:0;
	margin:2px 0 0 10px;
	display:inline;
}

#header-content #header-menu li{
	float: left;
	list-style-type: none;
	margin-right:50px;
	margin-left:10px;
}

#header-content li a{
	font-weight:bold;
	color:#FFFFFF;
	font-size:130%;
	letter-spacing:-0.03em;
	text-decoration:none;
}

#header-content li a:hover{
	text-decoration:underline;
}

#header-content #header-flags{
	float:right;
	padding:0;
	margin:0 10px 0 0;
	display:inline;
}

#header-content #header-flags li{
	float: left;
	list-style-type: none;
	margin-left: 6px;
}

.home #splash{
	margin:0 auto;
	width: 1000px;
	height:503px;
}

.section #splash{
	margin:0 auto;
	width: 1000px;
	height:130px;
}

#splash-info{
	width:400px;
	float:left;
	margin-top:115px;
	margin-left: 15px;
	color:#FFFFFF;
}

#splash-info h1{
	font-size:240%;
	letter-spacing:-0.06em;
}

#splash-info h2{
	font-size:180%;
	letter-spacing:-0.04em;
}

#splash-info h3{
	font-size:130%;
	letter-spacing:-0.03em;
	font-weight:normal;
}

#splash-info a{
	font-weight:bold;
	color:#FFFFFF;
	font-size:130%;
	letter-spacing:-0.03em;
	text-decoration:underline;
}

#content{
	margin:0 auto;
	width: 1000px;
}

.video{
	width: 318px;
	background-color:#EEEEEE;
	clear:right;
}

.video h1{
	margin:5px 0 3px 0;
	padding:0;
	font-size:130%;
	letter-spacing:-0.04em;
	color:#000000;
}

.video img{
	float:left;
	margin: 5px;
}

#video1{
	margin: 10px 6px 10px 11px;
	float:left;
}

#video2{
	margin: 10px 6px 10px 6px;
	float:left;
}

#video3{
	margin: 10px 11px 10px 6px;
	float:left;
}

.example{
	width: 318px;
	background-color:#EEEEEE;
	clear:right;
}

.example img{
	float:left;
	margin: 0;
	border:0;
}

#example1{
	margin: 10px 6px 10px 11px;
	float:left;
}

#example2{
	margin: 10px 6px 10px 6px;
	float:left;
}

#example3{
	margin: 10px 11px 10px 6px;
	float:left;
}

#footer{
	margin:0 auto;
	margin-top:10px;
	width: 1000px;
	clear:both;
}

#footer #copy{
    float:right;
    font-size:90%;
}

#footer #logo{
    float:left;
}

#footer h3{
    font-size:120%;
    margin:0;
    padding:0;
}

#footer #direccion1{
    float:left;
    margin:5px;
    padding:5px 10px 5px 5px;
    border-right: 2px solid #666666;
}

#footer #direccion2{
    float:left;
    margin:5px;
    padding:5px;
}

#info_comprar{
    width:465px;
    padding:10px;
    margin:10px 5px 10px 10px;
    float:left;
    background-color:#FFFFFF;
    overflow:hidden;
}

#info_comprar p{
    padding-left:10px;
}

#formulario_comprar{
    width:465px;
    padding:10px;
    margin:10px 10px 10px 5px;
    float:right;
    background-color:#ECECEC;
    overflow:hidden;
}

* html #formulario_comprar{
    width:445px;
}


#formulario_comprar fieldset{
    border:0;
}

#formulario_comprar fieldset p{
    border:0;
}

#formulario_comprar fieldset p label{
    float:left;
    width:120px;
    text-align:right;
    padding-right:10px;
    padding-top:3px;
}

#formulario_comprar fieldset p input{
}

#formulario_comprar fieldset p .boton{    
    float:right;
}

#formulario_comprar fieldset p .botonSiguiente{
    background: url(../Images/Public/icons/siguiente.png) top left no-repeat;
    border: none;
    width:200px;
    height:46px;
    float:right;
}

#formulario_comprar fieldset p .botonSiguiente:hover{
    background: url(../Images/Public/icons/siguiente_hover.png) top left no-repeat;
    cursor:pointer;
}

#formulario_comprar fieldset p .botonConfirmar{
    background: url(../Images/Public/icons/confirmar.png) top left no-repeat;
    border: none;
    width:220px;
    height:46px;
    float:right;
}

#formulario_comprar fieldset p .botonConfirmar:hover{
    background: url(../Images/Public/icons/confirmar_hover.png) top left no-repeat;
    cursor:pointer;
}
/***************** INGLES *********************/
#formulario_comprar fieldset p .botonSiguienteen-GB{
    background: url(../Images/Public/icons/siguienteen-GB.png) top left no-repeat;
    border: none;
    width:200px;
    height:46px;
    float:right;
}

#formulario_comprar fieldset p .botonSiguienteen-GB:hover{
    background: url(../Images/Public/icons/siguiente_hoveren-GB.png) top left no-repeat;
    cursor:pointer;
}

#formulario_comprar fieldset p .botonConfirmaren-GB{
    background: url(../Images/Public/icons/confirmaren-GB.png) top left no-repeat;
    border: none;
    width:220px;
    height:46px;
    float:right;
}

#formulario_comprar fieldset p .botonConfirmaren-GB:hover{
    background: url(../Images/Public/icons/confirmar_hoveren-GB.png) top left no-repeat;
    cursor:pointer;
}
#formulario_comprar fieldset p .botonSiguienteen-US{
    background: url(../Images/Public/icons/siguienteen-US.png) top left no-repeat;
    border: none;
    width:200px;
    height:46px;
    float:right;
}

#formulario_comprar fieldset p .botonSiguienteen-US:hover{
    background: url(../Images/Public/icons/siguiente_hoveren-US.png) top left no-repeat;
    cursor:pointer;
}

#formulario_comprar fieldset p .botonConfirmaren-US{
    background: url(../Images/Public/icons/confirmaren-US.png) top left no-repeat;
    border: none;
    width:220px;
    height:46px;
    float:right;
}

#formulario_comprar fieldset p .botonConfirmaren-US:hover{
    background: url(../Images/Public/icons/confirmar_hoveren-US.png) top left no-repeat;
    cursor:pointer;
}

/**************************************************/

/***************** CASTELLANO *********************/

#formulario_comprar fieldset p .botonSiguientees-ES{
    background: url(../Images/Public/icons/siguientees-ES.png) top left no-repeat;
    border: none;
    width:200px;
    height:46px;
    float:right;
}

#formulario_comprar fieldset p .botonSiguientees-ES:hover{
    background: url(../Images/Public/icons/siguiente_hoveres-ES.png) top left no-repeat;
    cursor:pointer;
}

#formulario_comprar fieldset p .botonConfirmares-ES{
    background: url(../Images/Public/icons/confirmares-ES.png) top left no-repeat;
    border: none;
    width:220px;
    height:46px;
    float:right;
}

#formulario_comprar fieldset p .botonConfirmares-ES:hover{
    background: url(../Images/Public/icons/confirmar_hoveres-ES.png) top left no-repeat;
    cursor:pointer;
}

/**************************************************/

#ayudaFFM
{
    color:#FFFFFF;
    font-size:16px;
    margin: 20px 0 0 474px;
}

#ayudaFFM a, #ayudaFFM a:hover
{
    color:#FFFFFF;
    text-decoration:underline;
}

#logoFFM
{
    margin:20px 0 0 0;
    float:left;
    width:474px;
}

#col2
{
    margin:20px 0 40px 0;
    float:right;
    width:525px;
    border-left: solid 1px #A3A3A3;
}

#infoFFM
{
    padding:20px;
    background-color:#E3E3E3;
    font-size:14px;
}

#formulario_licencia
{
    margin-top:10px;
    width:350px;
    margin-left:100px;
}

input.centrada {
	display: block;
	margin-left: auto;
	margin-right: auto; 
}


#formulario_licencia fieldset{
    border:0;
}

#formulario_licencia fieldset p{
    border:0;
}

#formulario_licencia fieldset p label{
    padding-right:10px;
    font-size:18px;
}

#txtlicencia
{
    width:350px;
    height:40px;
    font-size:28px;
    padding-left:4px;
    color:#444444;
}

#boton_descarga
{
	width:255px;
	height:66px;
	background:url(../Images/Public/boton_descargaFFM.jpg) top center no-repeat;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
}

/********************** LiveValidation **********************/
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
    padding-left:18px;
    background:url(../Images/Public/icons/tick-circle.png) left center no-repeat;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}
/***********************************************************/

