/*!
 * index.php
 * Copyright Angel Camacho
 * Licensed under Angel Camacho
 */
 

input,Select{
border-radius: 10px;
}
input:hover {
	background-color:Yellow;
}
input:active {
	position:relative;
	top:1px;
}
Select:hover {
	background-color:Yellow;
}
Select:active {
	background-color:Yellow;
}


	.circular5 {
	width: 50px;
	height: 50px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	}
	
	.circular7 {
	width: 100%;
	height: 150px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	}
	
	.circular6 {
	width: 30px;
	height: 30px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	}

input, select{
background:#fff;
border:1px solid #2E9AFE;
padding:5px;
border-radius: 5em;
width: 90%;
color:#000;
font-size:20px;
border-radius:10px;
}

/*! Butones Manuales Pagina Index.php */
#buttonindex1 {
	background-color:#FFFF00;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #29668f;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-family:arial;
	font-size:20px;
	padding:10px 31px;
	margin:0px;
	height: 40px;
	width: 80%;
	text-decoration:none;
	text-shadow:0px 0px 0px #3d768a;
}