﻿body {
    font-family: "Arial";
    background-color: #000000;
    color: white;
    height: 100%;
    margin: 0;
    padding: 0;
}

.rotateMe {
 -webkit-transition: -webkit-transform 1s ease-out;
 -moz-transition: -moz-transform 1s ease-out;
 transition: transform 1s ease-out;
}
.rotateMe:hover {
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 transform: rotate(360deg);
}

a {
	text-decoration:none;
	color: white;
}

h1 {
	font-size: 30px;
}

.general {
position: relative;
min-height: 100%;
height: auto;
height: 100%;
}

span{	
	color: white;
	font-size: 40px;
}

/*Imágenes idiomas*/
.idiomas {
	 position: absolute;
	 top: 0; 
	 right: 0;
}

/* Cabecera */
.cabecera {
    height: 148px;
    width: 100%;
	padding: 0 0 0 10px;;
	background: center url(../images/cabecera/reformas.jpg) repeat;
	font-size: 70px;
	text-align:center;
	color: #FECA05;
}

.raya_pie {
    height: 3px;
    background-color: #f3f0f0;
    margin: 0px 0 0 0;
    bottom: 0; bottom: -1px;
}

.pie
	{position:absolute;bottom: 0; bottom: -1px;width :100%;font-size:14px;font-family:tahoma,verdana,arial;text-align:center}