@charset "utf-8";
/* CSS Document */

* {
	border:0;
	margin:0;
	padding:0;
}
body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bolder;
	color: #061205;
	background-color:#000000;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:top right;
}
p {
	margin-bottom:15px;
	margin-top:15px;
}

a:link {
	color: #990000;
	text-decoration:none;
}

a:visited {
	color: #999999;
	text-decoration:none;
}

a:hover {
	color: #000099;
	text-decoration: underline;
}

a:active {
	color: #FFFF00;
}

a img {
	border:0;
	cursor:pointer; 
}
:focus {
	outline:0;
}

h1 {
	font-size: 18px;
	color: #006600;
	margin-top:10px;
	margin-bottom:20px;
}
h2 {
	font-size: 18px;
	color: #007700;
	margin-top:10px;
	margin-bottom:5px;
}

h3 {
	font-size: 16px;
	color: #007700;
	margin-top:10px;
	margin-bottom:20px;
}

h4 {
	font-size: 12px;
	color: #007700;
	margin-top:5px;
	margin-bottom:5px;
}

h5 {
	font-size: 9px;
	color: #007700;
	margin-top:5px;
	margin-bottom:5px;
}

.specialtext {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bolder;
	color: #990000;
}

#principal {
	margin:auto;
	text-align:left;
	width:900px;
	height:900px;
	background-image:url(../img/fondo.jpg);
	background-repeat: no-repeat;
}

#principal #telefono {
	width:300px;
	height:50px;
	float:right;
	margin-right:75px;
	margin-top:20px;
	background-image:url(../img/telefono.png);
}

#principal #menu {
	float:right;
	margin-top:15px;
	margin-right:20px;
	width:360px;
	height:20px;
}

#principal #logo {
	float:left;
	margin-left:50px;
	width:465px;
	height:250px;
}


#principal #quienessomos{
	float:right;
	text-align:right;
	margin-top:30px;
	margin-right:100px;
	width:200px;
	height:100px;
}

#principal #servicio1 {
	float: right;
	margin-top:50px;
	margin-right:150px;
	width:250px;
	height:121px;
}
#principal #servicio2 {
	float: right;
	margin-top:10px;
	margin-right:150px;
	width:250px;
	height:121px;
}
#principal #servicio3 {
	float: right;
	margin-top:10px;
	margin-right:150px;
	width:250px;
	height:121px;
}

#principal #iva {
	float: right;
	margin-top:10px;
	margin-right:150px;
	width:250px;
	height:122px;
}

#principal #presentacion {
	float: left;
	margin-top:15px;
	margin-left:140px;
	width:320px;
	height:500px;
}

#principal #contacto {
	float:left;
	width:600px;
	height:500px;
	clear:both;
	margin-top:50px;
	margin-left:140px;
}

#principal #trabajo {
	float: left;
	margin-top:10px;
	margin-left:150px;
	width:600px;
	height:500px;
	text-align:left;
}

#principal #pie{
	float:left;
	clear:both;
	margin-top:80px;
	margin-left:110px;
	width:300px;
	height:20px;
	background-image:url(../img/copyright.png);
	background-repeat:no-repeat;
}



/*DISEÑO FORMULARIO*/


.rellenoformulario {/*Aplica relleno */
	padding: 10px;
}

form { 
}

fieldset { /*linea que rodea*/
	border:1px solid #009900;
}

legend { /* Aplicando estilo a una fuente */
	font-weight: bold;
	color: #D0D6E8;}

label { 
	cursor: pointer;
}

input[type=text], input[type=password], input[type=file], textarea, select {
	border: 1px solid  #009900;
	background-color: #CCCCFF;
	width:200px;
}

textarea {
	height:100px;
	width:340px;
}

input[type=checkbox], input[type=radio] {
}

input[type=text]:hover, input[type=password]:hover, input[type=file]:hover, textarea:hover, select:hover {
	background-color: #FFFFFF;}

input[type=text]:focus, input[type=password]:focus, input[type=file]:focus, textarea:focus, select:focus {
	background-color: #92CBD8;}

input[type=submit], input[type=reset] {
	cursor:pointer;
	background-color: #00CC99;
	border:1px solid #006600;
	-moz-border-radius: 8px;
}

input[type=submit]:hover, input[type=reset]:hover {
	color: #FFFFFF;
}